blob: a97c8f5e9a5d1dc13f6414106e9f75cc7ab9cd09 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia device configuration
3#
4
5menu "Digital Video Broadcasting Devices"
6
7config DVB
8 bool "DVB For Linux"
9 depends on NET && INET
10 ---help---
11 Support Digital Video Broadcasting hardware. Enable this if you
12 own a DVB adapter and want to use it or if you compile Linux for
13 a digital SetTopBox.
14
15 API specs and user tools are available from <http://www.linuxtv.org/>.
16
17 Please report problems regarding this driver to the LinuxDVB
18 mailing list.
19
20 If unsure say N.
21
22source "drivers/media/dvb/dvb-core/Kconfig"
23
24comment "Supported SAA7146 based PCI Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030025 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070026source "drivers/media/dvb/ttpci/Kconfig"
27
28comment "Supported USB Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030029 depends on DVB_CORE && USB && I2C
Johannes Stezenbach776338e2005-06-23 22:02:35 -070030source "drivers/media/dvb/dvb-usb/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031source "drivers/media/dvb/ttusb-budget/Kconfig"
32source "drivers/media/dvb/ttusb-dec/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033source "drivers/media/dvb/cinergyT2/Kconfig"
34
35comment "Supported FlexCopII (B2C2) Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030036 depends on DVB_CORE && (PCI || USB) && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070037source "drivers/media/dvb/b2c2/Kconfig"
38
39comment "Supported BT878 Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030040 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070041source "drivers/media/dvb/bt8xx/Kconfig"
42
Andreas Oberritterc7cadb32005-07-07 17:57:46 -070043comment "Supported Pluto2 Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030044 depends on DVB_CORE && PCI && I2C
Andreas Oberritterc7cadb32005-07-07 17:57:46 -070045source "drivers/media/dvb/pluto2/Kconfig"
46
Linus Torvalds1da177e2005-04-16 15:20:36 -070047comment "Supported DVB Frontends"
48 depends on DVB_CORE
49source "drivers/media/dvb/frontends/Kconfig"
50
51endmenu