Kconfig (818b930bc15077fc00ff16bb22c5df1857f05afa) | Kconfig (8a4e786660f512b029b56d94d1b8f0201e67aab3) |
---|---|
1menuconfig MEDIA_USB_SUPPORT 2 bool "Media USB Adapters" 3 depends on USB && MEDIA_SUPPORT 4 help 5 Enable media drivers for USB bus. 6 If you have such devices, say Y. 7 8if MEDIA_USB_SUPPORT --- 7 unchanged lines hidden (view full) --- 16source "drivers/media/usb/zr364xx/Kconfig" 17source "drivers/media/usb/stkwebcam/Kconfig" 18source "drivers/media/usb/s2255/Kconfig" 19source "drivers/media/usb/sn9c102/Kconfig" 20endif 21 22if MEDIA_ANALOG_TV_SUPPORT 23 comment "Analog TV USB devices" | 1menuconfig MEDIA_USB_SUPPORT 2 bool "Media USB Adapters" 3 depends on USB && MEDIA_SUPPORT 4 help 5 Enable media drivers for USB bus. 6 If you have such devices, say Y. 7 8if MEDIA_USB_SUPPORT --- 7 unchanged lines hidden (view full) --- 16source "drivers/media/usb/zr364xx/Kconfig" 17source "drivers/media/usb/stkwebcam/Kconfig" 18source "drivers/media/usb/s2255/Kconfig" 19source "drivers/media/usb/sn9c102/Kconfig" 20endif 21 22if MEDIA_ANALOG_TV_SUPPORT 23 comment "Analog TV USB devices" |
24source "drivers/media/usb/au0828/Kconfig" | |
25source "drivers/media/usb/pvrusb2/Kconfig" 26source "drivers/media/usb/hdpvr/Kconfig" 27source "drivers/media/usb/tlg2300/Kconfig" 28source "drivers/media/usb/usbvision/Kconfig" 29source "drivers/media/usb/stk1160/Kconfig" 30endif 31 32if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 33 comment "Analog/digital TV USB devices" | 24source "drivers/media/usb/pvrusb2/Kconfig" 25source "drivers/media/usb/hdpvr/Kconfig" 26source "drivers/media/usb/tlg2300/Kconfig" 27source "drivers/media/usb/usbvision/Kconfig" 28source "drivers/media/usb/stk1160/Kconfig" 29endif 30 31if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 32 comment "Analog/digital TV USB devices" |
33source "drivers/media/usb/au0828/Kconfig" |
|
34source "drivers/media/usb/cx231xx/Kconfig" 35source "drivers/media/usb/tm6000/Kconfig" 36endif 37 38 39if I2C && MEDIA_DIGITAL_TV_SUPPORT 40 comment "Digital TV USB devices" 41source "drivers/media/usb/dvb-usb/Kconfig" --- 13 unchanged lines hidden --- | 34source "drivers/media/usb/cx231xx/Kconfig" 35source "drivers/media/usb/tm6000/Kconfig" 36endif 37 38 39if I2C && MEDIA_DIGITAL_TV_SUPPORT 40 comment "Digital TV USB devices" 41source "drivers/media/usb/dvb-usb/Kconfig" --- 13 unchanged lines hidden --- |