+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.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/modprobe.conf:
22                 
23                 alias char-major-250 dvb
24                 alias dvb dvb-ttpci
25                 install dvb-ttpci /sbin/modprobe --first-time -i dvb-ttpci && \
26                         /sbin/modprobe -a alps_bsru6 alps_bsrv2 \
27                                 grundig_29504-401 grundig_29504-491 \
28                                 ves1820
29
30           If unsure say N.
31
32 source "drivers/media/dvb/dvb-core/Kconfig"
33
34 source "drivers/media/dvb/frontends/Kconfig"
35
36 comment "Supported SAA7146 based PCI Adapters"
37         depends on DVB_CORE && PCI
38 source "drivers/media/dvb/ttpci/Kconfig"
39
40 comment "Supported USB Adapters"
41         depends on DVB_CORE && USB
42 source "drivers/media/dvb/ttusb-budget/Kconfig"
43 source "drivers/media/dvb/ttusb-dec/Kconfig"
44
45 comment "Supported FlexCopII (B2C2) Adapters"
46         depends on DVB_CORE && PCI
47 source "drivers/media/dvb/b2c2/Kconfig"
48
49 comment "Supported BT878 Adapters"
50         depends on DVB_CORE && PCI
51 source "drivers/media/dvb/bt8xx/Kconfig"
52
53 endmenu
54