aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-20 09:47:00 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-21 07:01:43 -0400
commitfc2bbfb2c3d77c0b6da76224ef1575f0e90327e8 (patch)
tree5ae4e10ba7ae45c86c6d14ac5a4cdc317f14975e /drivers/media/usb
parentb6334460f2929c02d0d1f0fbad9f909229d00d50 (diff)
[media] Kconfig: use menuconfig instead of menu
This allows disabling all drivers of a certain type as a hole Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/Kconfig12
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig
index 069a3c1d03f5..f960e7ca4738 100644
--- a/drivers/media/usb/Kconfig
+++ b/drivers/media/usb/Kconfig
@@ -1,9 +1,8 @@
1# 1menuconfig MEDIA_USB_SUPPORT
2# USB media device configuration 2 bool "Media USB Adapters"
3# 3 depends on USB && MEDIA_SUPPORT
4 4
5menu "Media USB Adapters" 5if MEDIA_USB_SUPPORT
6 visible if USB && MEDIA_SUPPORT
7 6
8if MEDIA_CAMERA_SUPPORT 7if MEDIA_CAMERA_SUPPORT
9 comment "Webcam devices" 8 comment "Webcam devices"
@@ -25,7 +24,6 @@ source "drivers/media/usb/hdpvr/Kconfig"
25source "drivers/media/usb/tlg2300/Kconfig" 24source "drivers/media/usb/tlg2300/Kconfig"
26source "drivers/media/usb/usbvision/Kconfig" 25source "drivers/media/usb/usbvision/Kconfig"
27source "drivers/media/usb/stk1160/Kconfig" 26source "drivers/media/usb/stk1160/Kconfig"
28
29endif 27endif
30 28
31if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 29if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
@@ -50,4 +48,4 @@ if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
50source "drivers/media/usb/em28xx/Kconfig" 48source "drivers/media/usb/em28xx/Kconfig"
51endif 49endif
52 50
53endmenu 51endif #MEDIA_USB_SUPPORT