aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-11 17:30:03 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 13:36:05 -0400
commitb3d9a15d9af9bba65ac7cd7c196268046470643d (patch)
tree81df582126f0bc8bfdc56bb706970721348b0c6a /drivers/media/i2c
parentb3fd87bc35a2cdc743b0d7f0b0a3aff18784ec58 (diff)
[media] soc_camera: remove two outdated selects
Release v2.6.30 removed the MT9M001_PCA9536_SWITCH and MT9V022_PCA9536_SWITCH Kconfig symbols, in commits 36034dc325ecab63c8cfb992fbf9a1a8e94738a2 ("V4L/DVB (11032): mt9m001: allow setting of bus width from board code") and e958e27adeade7fa085dd396a8a0dfaef7e338c1 ("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>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/soc_camera/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig
index 6dff2b7ad520..23d352f0adf0 100644
--- a/drivers/media/i2c/soc_camera/Kconfig
+++ b/drivers/media/i2c/soc_camera/Kconfig
@@ -9,7 +9,6 @@ config SOC_CAMERA_IMX074
9config SOC_CAMERA_MT9M001 9config SOC_CAMERA_MT9M001
10 tristate "mt9m001 support" 10 tristate "mt9m001 support"
11 depends on SOC_CAMERA && I2C 11 depends on SOC_CAMERA && I2C
12 select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
13 help 12 help
14 This driver supports MT9M001 cameras from Micron, monochrome 13 This driver supports MT9M001 cameras from Micron, monochrome
15 and colour models. 14 and colour models.
@@ -36,7 +35,6 @@ config SOC_CAMERA_MT9T112
36config SOC_CAMERA_MT9V022 35config SOC_CAMERA_MT9V022
37 tristate "mt9v022 and mt9v024 support" 36 tristate "mt9v022 and mt9v024 support"
38 depends on SOC_CAMERA && I2C 37 depends on SOC_CAMERA && I2C
39 select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
40 help 38 help
41 This driver supports MT9V022 cameras from Micron 39 This driver supports MT9V022 cameras from Micron
42 40