Kconfig (fd8b5f502929925468561279d5697a4d7d8b7671) | Kconfig (7955f03d18d14d18188f94581a4ea336c94b1e2d) |
---|---|
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 --- 13 unchanged lines hidden (view full) --- 22 23if MEDIA_ANALOG_TV_SUPPORT 24 comment "Analog TV USB devices" 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" | 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 --- 13 unchanged lines hidden (view full) --- 22 23if MEDIA_ANALOG_TV_SUPPORT 24 comment "Analog TV USB devices" 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" |
30source "drivers/media/usb/go7007/Kconfig" |
|
30endif 31 32if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 33 comment "Analog/digital TV USB devices" 34source "drivers/media/usb/au0828/Kconfig" 35source "drivers/media/usb/cx231xx/Kconfig" 36source "drivers/media/usb/tm6000/Kconfig" 37endif --- 25 unchanged lines hidden --- | 31endif 32 33if (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT) 34 comment "Analog/digital TV USB devices" 35source "drivers/media/usb/au0828/Kconfig" 36source "drivers/media/usb/cx231xx/Kconfig" 37source "drivers/media/usb/tm6000/Kconfig" 38endif --- 25 unchanged lines hidden --- |