Kconfig (435ef148cabb65644032cb08d1ac3e7611cb24ae) | Kconfig (f3e775962ccbc62bd93f2200b82db88af05d0137) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 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" | 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 --- 40 unchanged lines hidden (view full) --- 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" |
57source "drivers/media/usb/airspy/Kconfig" |
|
57endif 58 59endif #MEDIA_USB_SUPPORT 60endif #USB | 58endif 59 60endif #MEDIA_USB_SUPPORT 61endif #USB |