aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-20 09:32:19 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-21 06:55:47 -0400
commitb6334460f2929c02d0d1f0fbad9f909229d00d50 (patch)
tree8a33cc158685126328a573c9b4e81d26390d6faa /drivers/media/Kconfig
parent7a46e188bf80cb75c08d2d95802a5d124929fb20 (diff)
[media] Cleanup media Kconfig files
- get rid of ridden V4L2_COMMON symbol This symbol is not needed anymore; it can be folded with V4L2 one, simplifying the Kconfig a little bit; - Comment why some Kconfig items are needed; - Remove if test for MEDIA_CAMERA_SUPPORT, replacing it by depends on. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index d5b4e728b4d1..9c3698ab6132 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -99,11 +99,6 @@ config VIDEO_DEV
99 depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT 99 depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT
100 default y 100 default y
101 101
102config VIDEO_V4L2_COMMON
103 tristate
104 depends on (I2C || I2C=n) && VIDEO_DEV
105 default (I2C || I2C=n) && VIDEO_DEV
106
107config VIDEO_V4L2_SUBDEV_API 102config VIDEO_V4L2_SUBDEV_API
108 bool "V4L2 sub-device userspace API (EXPERIMENTAL)" 103 bool "V4L2 sub-device userspace API (EXPERIMENTAL)"
109 depends on VIDEO_DEV && MEDIA_CONTROLLER && EXPERIMENTAL 104 depends on VIDEO_DEV && MEDIA_CONTROLLER && EXPERIMENTAL