···562562 To compile this driver as a module, choose M here: the563563 module will be called m52790.564564565565+if SOC_CAMERA566566+ source "drivers/media/i2c/soc_camera/Kconfig"567567+endif568568+565569endmenu566570endif
···11+comment "soc_camera sensor drivers"22+33+config SOC_CAMERA_IMX07444+ tristate "imx074 support"55+ depends on SOC_CAMERA && I2C66+ help77+ This driver supports IMX074 cameras from Sony88+99+config SOC_CAMERA_MT9M0011010+ tristate "mt9m001 support"1111+ depends on SOC_CAMERA && I2C1212+ select GPIO_PCA953X if MT9M001_PCA9536_SWITCH1313+ help1414+ This driver supports MT9M001 cameras from Micron, monochrome1515+ and colour models.1616+1717+config SOC_CAMERA_MT9M1111818+ tristate "mt9m111, mt9m112 and mt9m131 support"1919+ depends on SOC_CAMERA && I2C2020+ help2121+ This driver supports MT9M111, MT9M112 and MT9M131 cameras from2222+ Micron/Aptina2323+2424+config SOC_CAMERA_MT9T0312525+ tristate "mt9t031 support"2626+ depends on SOC_CAMERA && I2C2727+ help2828+ This driver supports MT9T031 cameras from Micron.2929+3030+config SOC_CAMERA_MT9T1123131+ tristate "mt9t112 support"3232+ depends on SOC_CAMERA && I2C3333+ help3434+ This driver supports MT9T112 cameras from Aptina.3535+3636+config SOC_CAMERA_MT9V0223737+ tristate "mt9v022 support"3838+ depends on SOC_CAMERA && I2C3939+ select GPIO_PCA953X if MT9V022_PCA9536_SWITCH4040+ help4141+ This driver supports MT9V022 cameras from Micron4242+4343+config SOC_CAMERA_OV26404444+ tristate "ov2640 camera support"4545+ depends on SOC_CAMERA && I2C4646+ help4747+ This is a ov2640 camera driver4848+4949+config SOC_CAMERA_OV56425050+ tristate "ov5642 camera support"5151+ depends on SOC_CAMERA && I2C5252+ help5353+ This is a V4L2 camera driver for the OmniVision OV5642 sensor5454+5555+config SOC_CAMERA_OV66505656+ tristate "ov6650 sensor support"5757+ depends on SOC_CAMERA && I2C5858+ ---help---5959+ This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor6060+6161+config SOC_CAMERA_OV772X6262+ tristate "ov772x camera support"6363+ depends on SOC_CAMERA && I2C6464+ help6565+ This is a ov772x camera driver6666+6767+config SOC_CAMERA_OV96406868+ tristate "ov9640 camera support"6969+ depends on SOC_CAMERA && I2C7070+ help7171+ This is a ov9640 camera driver7272+7373+config SOC_CAMERA_OV97407474+ tristate "ov9740 camera support"7575+ depends on SOC_CAMERA && I2C7676+ help7777+ This is a ov9740 camera driver7878+7979+config SOC_CAMERA_RJ54N18080+ tristate "rj54n1cb0c support"8181+ depends on SOC_CAMERA && I2C8282+ help8383+ This is a rj54n1cb0c video driver8484+8585+config SOC_CAMERA_TW99108686+ tristate "tw9910 support"8787+ depends on SOC_CAMERA && I2C8888+ help8989+ This is a tw9910 video driver
···127127 over a bus like PCI or USB. For example some i2c camera connected128128 directly to the data bus of an SoC.129129130130-config SOC_CAMERA_IMX074131131- tristate "imx074 support"132132- depends on SOC_CAMERA && I2C133133- help134134- This driver supports IMX074 cameras from Sony135135-136136-config SOC_CAMERA_MT9M001137137- tristate "mt9m001 support"138138- depends on SOC_CAMERA && I2C139139- select GPIO_PCA953X if MT9M001_PCA9536_SWITCH140140- help141141- This driver supports MT9M001 cameras from Micron, monochrome142142- and colour models.143143-144144-config SOC_CAMERA_MT9M111145145- tristate "mt9m111, mt9m112 and mt9m131 support"146146- depends on SOC_CAMERA && I2C147147- help148148- This driver supports MT9M111, MT9M112 and MT9M131 cameras from149149- Micron/Aptina150150-151151-config SOC_CAMERA_MT9T031152152- tristate "mt9t031 support"153153- depends on SOC_CAMERA && I2C154154- help155155- This driver supports MT9T031 cameras from Micron.156156-157157-config SOC_CAMERA_MT9T112158158- tristate "mt9t112 support"159159- depends on SOC_CAMERA && I2C160160- help161161- This driver supports MT9T112 cameras from Aptina.162162-163163-config SOC_CAMERA_MT9V022164164- tristate "mt9v022 support"165165- depends on SOC_CAMERA && I2C166166- select GPIO_PCA953X if MT9V022_PCA9536_SWITCH167167- help168168- This driver supports MT9V022 cameras from Micron169169-170170-config SOC_CAMERA_RJ54N1171171- tristate "rj54n1cb0c support"172172- depends on SOC_CAMERA && I2C173173- help174174- This is a rj54n1cb0c video driver175175-176176-config SOC_CAMERA_TW9910177177- tristate "tw9910 support"178178- depends on SOC_CAMERA && I2C179179- help180180- This is a tw9910 video driver181130182131config SOC_CAMERA_PLATFORM183132 tristate "platform camera support"184133 depends on SOC_CAMERA185134 help186135 This is a generic SoC camera platform driver, useful for testing187187-188188-config SOC_CAMERA_OV2640189189- tristate "ov2640 camera support"190190- depends on SOC_CAMERA && I2C191191- help192192- This is a ov2640 camera driver193193-194194-config SOC_CAMERA_OV5642195195- tristate "ov5642 camera support"196196- depends on SOC_CAMERA && I2C197197- help198198- This is a V4L2 camera driver for the OmniVision OV5642 sensor199199-200200-config SOC_CAMERA_OV6650201201- tristate "ov6650 sensor support"202202- depends on SOC_CAMERA && I2C203203- ---help---204204- This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor205205-206206-config SOC_CAMERA_OV772X207207- tristate "ov772x camera support"208208- depends on SOC_CAMERA && I2C209209- help210210- This is a ov772x camera driver211211-212212-config SOC_CAMERA_OV9640213213- tristate "ov9640 camera support"214214- depends on SOC_CAMERA && I2C215215- help216216- This is a ov9640 camera driver217217-218218-config SOC_CAMERA_OV9740219219- tristate "ov9740 camera support"220220- depends on SOC_CAMERA && I2C221221- help222222- This is a ov9740 camera driver223136224137config MX1_VIDEO225138 bool