media: media/usb: fix kconfig dependencies
[firefly-linux-kernel-4.4.55.git] / drivers / media / usb / Kconfig
index 0a7d520636a9a5a2ac2017ec5243c65b6b1c5841..0d8fe005d1f4c151e5c0c93afd4c0b802b581128 100644 (file)
@@ -1,6 +1,8 @@
+if USB
+
 menuconfig MEDIA_USB_SUPPORT
        bool "Media USB Adapters"
-       depends on USB && MEDIA_SUPPORT
+       depends on MEDIA_SUPPORT
        help
          Enable media drivers for USB bus.
          If you have such devices, say Y.
@@ -52,3 +54,4 @@ source "drivers/media/usb/em28xx/Kconfig"
 endif
 
 endif #MEDIA_USB_SUPPORT
+endif #USB