aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
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