|
@@ -1,6 +1,8 @@
|
|
|
|
+if USB
|
|
|
|
+
|
|
menuconfig MEDIA_USB_SUPPORT
|
|
menuconfig MEDIA_USB_SUPPORT
|
|
bool "Media USB Adapters"
|
|
bool "Media USB Adapters"
|
|
- depends on USB && MEDIA_SUPPORT
|
|
|
|
|
|
+ depends on MEDIA_SUPPORT
|
|
help
|
|
help
|
|
Enable media drivers for USB bus.
|
|
Enable media drivers for USB bus.
|
|
If you have such devices, say Y.
|
|
If you have such devices, say Y.
|
|
@@ -52,3 +54,4 @@ source "drivers/media/usb/em28xx/Kconfig"
|
|
endif
|
|
endif
|
|
|
|
|
|
endif #MEDIA_USB_SUPPORT
|
|
endif #MEDIA_USB_SUPPORT
|
|
|
|
+endif #USB
|