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