Commit b3d9a15d authored by Paul Bolle's avatar Paul Bolle Committed by Mauro Carvalho Chehab

[media] soc_camera: remove two outdated selects

Release v2.6.30 removed the MT9M001_PCA9536_SWITCH and
MT9V022_PCA9536_SWITCH Kconfig symbols, in commits
36034dc3 ("V4L/DVB (11032): mt9m001:
allow setting of bus width from board code") and
e958e27a ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b3fd87bc
...@@ -9,7 +9,6 @@ config SOC_CAMERA_IMX074 ...@@ -9,7 +9,6 @@ config SOC_CAMERA_IMX074
config SOC_CAMERA_MT9M001 config SOC_CAMERA_MT9M001
tristate "mt9m001 support" tristate "mt9m001 support"
depends on SOC_CAMERA && I2C depends on SOC_CAMERA && I2C
select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
help help
This driver supports MT9M001 cameras from Micron, monochrome This driver supports MT9M001 cameras from Micron, monochrome
and colour models. and colour models.
...@@ -36,7 +35,6 @@ config SOC_CAMERA_MT9T112 ...@@ -36,7 +35,6 @@ config SOC_CAMERA_MT9T112
config SOC_CAMERA_MT9V022 config SOC_CAMERA_MT9V022
tristate "mt9v022 and mt9v024 support" tristate "mt9v022 and mt9v024 support"
depends on SOC_CAMERA && I2C depends on SOC_CAMERA && I2C
select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
help help
This driver supports MT9V022 cameras from Micron This driver supports MT9V022 cameras from Micron
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment