blob: 3f0ec6be03ae353811b264f83283e5f5a86721de [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"
25 depends on DVB_CORE && PCI
26source "drivers/media/dvb/ttpci/Kconfig"
27
28comment "Supported USB Adapters"
29 depends on DVB_CORE && USB
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"
Johannes Stezenbach2add87a2005-05-16 21:54:10 -070036 depends on DVB_CORE && (PCI || USB)
Linus Torvalds1da177e2005-04-16 15:20:36 -070037source "drivers/media/dvb/b2c2/Kconfig"
38
39comment "Supported BT878 Adapters"
40 depends on DVB_CORE && PCI
41source "drivers/media/dvb/bt8xx/Kconfig"
42
Andreas Oberritterc7cadb32005-07-07 17:57:46 -070043comment "Supported Pluto2 Adapters"
44 depends on DVB_CORE && PCI
45source "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