dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/usb/Kconfig

19 lines
415 B
Plaintext

#
# USB media device configuration
#
menuconfig MEDIA_USB_DRIVERS
bool "Supported DVB USB Adapters"
depends on USB
default y
if MEDIA_USB_DRIVERS && DVB_CORE && I2C
source "drivers/media/usb/dvb-usb/Kconfig"
source "drivers/media/usb/dvb-usb-v2/Kconfig"
source "drivers/media/usb/ttusb-budget/Kconfig"
source "drivers/media/usb/ttusb-dec/Kconfig"
source "drivers/media/usb/siano/Kconfig"
endif