vserver 1.9.5.x5
[linux-2.6.git] / drivers / media / dvb / ttpci / Kconfig
1 config DVB_AV7110
2         tristate "AV7110 cards"
3         depends on DVB_CORE && PCI
4         select FW_LOADER
5         select VIDEO_DEV
6         select VIDEO_SAA7146_VV
7         select DVB_VES1820
8         select DVB_VES1X93
9         select DVB_STV0299
10         select DVB_TDA8083
11         select DVB_SP8870
12         select DVB_STV0297
13         help
14           Support for SAA7146 and AV7110 based DVB cards as produced 
15           by Fujitsu-Siemens, Technotrend, Hauppauge and others.
16
17           This driver only supports the fullfeatured cards with
18           onboard MPEG2 decoder.
19
20           This driver needs an external firmware. Please use the script
21           "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
22           download/extract it, and then copy it to /usr/lib/hotplug/firmware.
23
24           Say Y if you own such a card and want to use it.
25
26 config DVB_AV7110_FIRMWARE
27         bool "Compile AV7110 firmware into the driver"
28         depends on DVB_AV7110 && !STANDALONE
29         default y if DVB_AV7110=y
30         help
31           The AV7110 firmware is normally loaded by the firmware hotplug manager.
32           If you want to compile the firmware into the driver you need to say
33           Y here and provide the correct path of the firmware. You need this
34           option if you want to compile the whole driver statically into the
35           kernel. 
36
37           All other people say N.
38
39 config DVB_AV7110_FIRMWARE_FILE
40         string "Full pathname of av7110 firmware file"
41         depends on DVB_AV7110_FIRMWARE
42         default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
43
44 config DVB_AV7110_OSD
45         bool "AV7110 OSD support"
46         depends on DVB_AV7110
47         default y if DVB_AV7110=y || DVB_AV7110=m
48         help
49           The AV7110 firmware provides some code to generate an OnScreenDisplay
50           on the video output. This is kind of nonstandard and not guaranteed to
51           be maintained.
52
53           Anyway, some popular DVB software like VDR uses this OSD to render
54           its menus, so say Y if you want to use this software.
55
56           All other people say N.
57
58 config DVB_BUDGET
59         tristate "Budget cards"
60         depends on DVB_CORE && PCI
61         select VIDEO_SAA7146
62         select DVB_STV0299
63         select DVB_VES1X93
64         select DVB_VES1820
65         select DVB_L64781
66         select DVB_TDA8083
67         select DVB_TDA10021
68         help
69           Support for simple SAA7146 based DVB cards
70           (so called Budget- or Nova-PCI cards) without onboard
71           MPEG2 decoder.
72
73           Say Y if you own such a card and want to use it.
74
75           To compile this driver as a module, choose M here: the
76           module will be called budget.
77
78 config DVB_BUDGET_CI
79         tristate "Budget cards with onboard CI connector"
80         depends on DVB_CORE && PCI
81         select VIDEO_SAA7146
82         select DVB_STV0299
83         select DVB_TDA1004X
84         help
85           Support for simple SAA7146 based DVB cards
86           (so called Budget- or Nova-PCI cards) without onboard
87           MPEG2 decoder, but with onboard Common Interface connector.
88
89           Note: The Common Interface is not yet supported by this driver
90           due to lack of information from the vendor.
91
92           Say Y if you own such a card and want to use it.
93
94           To compile this driver as a module, choose M here: the
95           module will be called budget-ci.
96
97 config DVB_BUDGET_AV
98         tristate "Budget cards with analog video inputs"
99         depends on DVB_CORE && PCI
100         select VIDEO_DEV
101         select VIDEO_SAA7146_VV
102         select DVB_STV0299
103         help
104           Support for simple SAA7146 based DVB cards
105           (so called Budget- or Nova-PCI cards) without onboard
106           MPEG2 decoder, but with one or more analog video inputs.
107
108           Say Y if you own such a card and want to use it.
109
110           To compile this driver as a module, choose M here: the
111           module will be called budget-av.
112
113 config DVB_BUDGET_PATCH
114         tristate "AV7110 cards with Budget Patch"
115         depends on DVB_CORE && DVB_BUDGET
116         select DVB_AV7110
117         select DVB_STV0299
118         select DVB_VES1X93
119         select DVB_TDA8083
120         help
121           Support for Budget Patch (full TS) modification on 
122           SAA7146+AV7110 based cards (DVB-S cards). This
123           driver doesn't use onboard MPEG2 decoder. The 
124           card is driven in Budget-only mode. Card is
125           required to have loaded firmware to tune properly.
126           Firmware can be loaded by insertion and removal of
127           standard AV7110 driver prior to loading this
128           driver.
129
130           Say Y if you own such a card and want to use it.
131
132           To compile this driver as a module, choose M here: the
133           module will be called budget-patch.