Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.22-rc7 43 lines 1.1 kB view raw
1# 2# Multimedia device configuration 3# 4 5source "drivers/media/dvb/dvb-core/Kconfig" 6 7menuconfig DVB_CAPTURE_DRIVERS 8 bool "DVB/ATSC adapters" 9 depends on DVB_CORE 10 default y 11 ---help--- 12 Say Y to select Digital TV adapters 13 14if DVB_CAPTURE_DRIVERS && DVB_CORE 15 16comment "Supported SAA7146 based PCI Adapters" 17 depends on DVB_CORE && PCI && I2C 18source "drivers/media/dvb/ttpci/Kconfig" 19 20comment "Supported USB Adapters" 21 depends on DVB_CORE && USB && I2C 22source "drivers/media/dvb/dvb-usb/Kconfig" 23source "drivers/media/dvb/ttusb-budget/Kconfig" 24source "drivers/media/dvb/ttusb-dec/Kconfig" 25source "drivers/media/dvb/cinergyT2/Kconfig" 26 27comment "Supported FlexCopII (B2C2) Adapters" 28 depends on DVB_CORE && (PCI || USB) && I2C 29source "drivers/media/dvb/b2c2/Kconfig" 30 31comment "Supported BT878 Adapters" 32 depends on DVB_CORE && PCI && I2C 33source "drivers/media/dvb/bt8xx/Kconfig" 34 35comment "Supported Pluto2 Adapters" 36 depends on DVB_CORE && PCI && I2C 37source "drivers/media/dvb/pluto2/Kconfig" 38 39comment "Supported DVB Frontends" 40 depends on DVB_CORE 41source "drivers/media/dvb/frontends/Kconfig" 42 43endif # DVB_CAPTURE_DRIVERS