ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / media / dvb / Kconfig
1 #
2 # Multimedia device configuration
3 #
4
5 menu "Digital Video Broadcasting Devices"
6
7 config 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
16           <http://www.linuxtv.org/>. 
17
18           Please report problems regarding this driver to the LinuxDVB 
19           mailing list.
20
21           You might want add the following lines to your /etc/modules.conf:
22                 
23                 alias char-major-250 dvb
24                 alias dvb dvb-ttpci
25                 below dvb-ttpci alps_bsru6 alps_bsrv2 \
26                                 grundig_29504-401 grundig_29504-491 \
27                                 ves1820
28
29           If unsure say N.
30
31 source "drivers/media/dvb/dvb-core/Kconfig"
32
33 source "drivers/media/dvb/frontends/Kconfig"
34
35 comment "Supported SAA7146 based PCI Adapters"
36         depends on DVB_CORE && PCI
37 source "drivers/media/dvb/ttpci/Kconfig"
38
39 comment "Supported USB Adapters"
40         depends on DVB_CORE && USB
41 source "drivers/media/dvb/ttusb-budget/Kconfig"
42 source "drivers/media/dvb/ttusb-dec/Kconfig"
43
44 comment "Supported FlexCopII (B2C2) Adapters"
45         depends on DVB_CORE && PCI
46 source "drivers/media/dvb/b2c2/Kconfig"
47
48 comment "Supported BT878 Adapters"
49         depends on DVB_CORE && PCI
50 source "drivers/media/dvb/bt8xx/Kconfig"
51
52 endmenu
53