1comment "soc_camera sensor drivers" 2 3config SOC_CAMERA_MT9M001 4 tristate "mt9m001 support" 5 depends on SOC_CAMERA && I2C 6 help 7 This driver supports MT9M001 cameras from Micron, monochrome 8 and colour models. 9 10config SOC_CAMERA_MT9M111 11 tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support" 12 depends on SOC_CAMERA && I2C 13 select VIDEO_MT9M111 14 help 15 This driver supports MT9M111, MT9M112 and MT9M131 cameras from 16 Micron/Aptina. 17 This is the legacy configuration which shouldn't be used anymore, 18 while VIDEO_MT9M111 should be used instead. 19 20config SOC_CAMERA_MT9T112 21 tristate "mt9t112 support" 22 depends on SOC_CAMERA && I2C 23 help 24 This driver supports MT9T112 cameras from Aptina. 25 26config SOC_CAMERA_MT9V022 27 tristate "mt9v022 and mt9v024 support" 28 depends on SOC_CAMERA && I2C 29 help 30 This driver supports MT9V022 cameras from Micron 31 32config SOC_CAMERA_OV5642 33 tristate "ov5642 camera support" 34 depends on SOC_CAMERA && I2C 35 help 36 This is a V4L2 camera driver for the OmniVision OV5642 sensor 37 38config SOC_CAMERA_OV772X 39 tristate "ov772x camera support" 40 depends on SOC_CAMERA && I2C 41 help 42 This is a ov772x camera driver 43 44config SOC_CAMERA_OV9640 45 tristate "ov9640 camera support" 46 depends on SOC_CAMERA && I2C 47 help 48 This is a ov9640 camera driver 49 50config SOC_CAMERA_OV9740 51 tristate "ov9740 camera support" 52 depends on SOC_CAMERA && I2C 53 help 54 This is a ov9740 camera driver 55 56config SOC_CAMERA_RJ54N1 57 tristate "rj54n1cb0c support" 58 depends on SOC_CAMERA && I2C 59 help 60 This is a rj54n1cb0c video driver 61 62config SOC_CAMERA_TW9910 63 tristate "tw9910 support" 64 depends on SOC_CAMERA && I2C 65 help 66 This is a tw9910 video driver 67