Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) Kconfig (435ef148cabb65644032cb08d1ac3e7611cb24ae)
1if USB && MEDIA_SUPPORT
2
3menuconfig MEDIA_USB_SUPPORT
4 bool "Media USB Adapters"
5 help
6 Enable media drivers for USB bus.
7 If you have such devices, say Y.
8

--- 38 unchanged lines hidden (view full) ---

47source "drivers/media/usb/b2c2/Kconfig"
48endif
49
50if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
51 comment "Webcam, TV (analog/digital) USB devices"
52source "drivers/media/usb/em28xx/Kconfig"
53endif
54
1if USB && MEDIA_SUPPORT
2
3menuconfig MEDIA_USB_SUPPORT
4 bool "Media USB Adapters"
5 help
6 Enable media drivers for USB bus.
7 If you have such devices, say Y.
8

--- 38 unchanged lines hidden (view full) ---

47source "drivers/media/usb/b2c2/Kconfig"
48endif
49
50if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT)
51 comment "Webcam, TV (analog/digital) USB devices"
52source "drivers/media/usb/em28xx/Kconfig"
53endif
54
55if MEDIA_SDR_SUPPORT
56 comment "Software defined radio USB devices"
57endif
58
55endif #MEDIA_USB_SUPPORT
56endif #USB
59endif #MEDIA_USB_SUPPORT
60endif #USB