Kconfig (5b49ab3e03f68eb49db4bce6290e5707b7f6c6f3) | Kconfig (d6317c68f3324e086799e12e4864231bb71829cb) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41if I2C && MEDIA_DIGITAL_TV_SUPPORT 42 comment "Digital TV USB devices" 43source "drivers/media/usb/dvb-usb/Kconfig" 44source "drivers/media/usb/dvb-usb-v2/Kconfig" 45source "drivers/media/usb/ttusb-budget/Kconfig" 46source "drivers/media/usb/ttusb-dec/Kconfig" 47source "drivers/media/usb/siano/Kconfig" 48source "drivers/media/usb/b2c2/Kconfig" | 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 --- 32 unchanged lines hidden (view full) --- 41if I2C && MEDIA_DIGITAL_TV_SUPPORT 42 comment "Digital TV USB devices" 43source "drivers/media/usb/dvb-usb/Kconfig" 44source "drivers/media/usb/dvb-usb-v2/Kconfig" 45source "drivers/media/usb/ttusb-budget/Kconfig" 46source "drivers/media/usb/ttusb-dec/Kconfig" 47source "drivers/media/usb/siano/Kconfig" 48source "drivers/media/usb/b2c2/Kconfig" |
49source "drivers/media/usb/as102/Kconfig" |
|
49endif 50 51if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 52 comment "Webcam, TV (analog/digital) USB devices" 53source "drivers/media/usb/em28xx/Kconfig" 54endif 55 56if MEDIA_SDR_SUPPORT 57 comment "Software defined radio USB devices" 58source "drivers/media/usb/msi2500/Kconfig" 59source "drivers/media/usb/airspy/Kconfig" 60endif 61 62endif #MEDIA_USB_SUPPORT 63endif #USB | 50endif 51 52if (MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 53 comment "Webcam, TV (analog/digital) USB devices" 54source "drivers/media/usb/em28xx/Kconfig" 55endif 56 57if MEDIA_SDR_SUPPORT 58 comment "Software defined radio USB devices" 59source "drivers/media/usb/msi2500/Kconfig" 60source "drivers/media/usb/airspy/Kconfig" 61endif 62 63endif #MEDIA_USB_SUPPORT 64endif #USB |