mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
b3d9a15d9a
Release v2.6.30 removed the MT9M001_PCA9536_SWITCH and MT9V022_PCA9536_SWITCH Kconfig symbols, in commits36034dc325
("V4L/DVB (11032): mt9m001: allow setting of bus width from board code") ande958e27ade
("V4L/DVB (11033): mt9v022: allow setting of bus width from board code"). These two commits removed all gpio related code from these two drivers. But they skipped removing their two selects of GPIO_PCA953X. Remove these now as they are outdated. Their dependencies can never evaluate to true anyhow. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
88 lines
2.0 KiB
Plaintext
88 lines
2.0 KiB
Plaintext
comment "soc_camera sensor drivers"
|
|
|
|
config SOC_CAMERA_IMX074
|
|
tristate "imx074 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports IMX074 cameras from Sony
|
|
|
|
config SOC_CAMERA_MT9M001
|
|
tristate "mt9m001 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports MT9M001 cameras from Micron, monochrome
|
|
and colour models.
|
|
|
|
config SOC_CAMERA_MT9M111
|
|
tristate "mt9m111, mt9m112 and mt9m131 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports MT9M111, MT9M112 and MT9M131 cameras from
|
|
Micron/Aptina
|
|
|
|
config SOC_CAMERA_MT9T031
|
|
tristate "mt9t031 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports MT9T031 cameras from Micron.
|
|
|
|
config SOC_CAMERA_MT9T112
|
|
tristate "mt9t112 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports MT9T112 cameras from Aptina.
|
|
|
|
config SOC_CAMERA_MT9V022
|
|
tristate "mt9v022 and mt9v024 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This driver supports MT9V022 cameras from Micron
|
|
|
|
config SOC_CAMERA_OV2640
|
|
tristate "ov2640 camera support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a ov2640 camera driver
|
|
|
|
config SOC_CAMERA_OV5642
|
|
tristate "ov5642 camera support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a V4L2 camera driver for the OmniVision OV5642 sensor
|
|
|
|
config SOC_CAMERA_OV6650
|
|
tristate "ov6650 sensor support"
|
|
depends on SOC_CAMERA && I2C
|
|
---help---
|
|
This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
|
|
|
|
config SOC_CAMERA_OV772X
|
|
tristate "ov772x camera support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a ov772x camera driver
|
|
|
|
config SOC_CAMERA_OV9640
|
|
tristate "ov9640 camera support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a ov9640 camera driver
|
|
|
|
config SOC_CAMERA_OV9740
|
|
tristate "ov9740 camera support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a ov9740 camera driver
|
|
|
|
config SOC_CAMERA_RJ54N1
|
|
tristate "rj54n1cb0c support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a rj54n1cb0c video driver
|
|
|
|
config SOC_CAMERA_TW9910
|
|
tristate "tw9910 support"
|
|
depends on SOC_CAMERA && I2C
|
|
help
|
|
This is a tw9910 video driver
|