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