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