]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/dvb/frontends/Kconfig
Merge commit 'v2.6.37-rc7' into x86/security
[mirror_ubuntu-artful-kernel.git] / drivers / media / dvb / frontends / Kconfig
CommitLineData
176ac9da
AQ
1config DVB_FE_CUSTOMISE
2 bool "Customise the frontend modules to build"
4609bdd9 3 depends on DVB_CORE
b3fc1782 4 default y if EMBEDDED
176ac9da 5 help
4609bdd9
MCC
6 This allows the user to select/deselect frontend drivers for their
7 hardware from the build.
8
9 Use this option with care as deselecting frontends which are in fact
10 necessary will result in DVB devices which cannot be tuned due to lack
11 of driver support.
176ac9da
AQ
12
13 If unsure say N.
14
4609bdd9 15menu "Customise DVB Frontends"
9b4320b7 16 visible if DVB_FE_CUSTOMISE
4609bdd9 17
e50e8e33
MA
18comment "Multistandard (satellite) frontends"
19 depends on DVB_CORE
20
21config DVB_STB0899
22 tristate "STB0899 based"
6199ceef
MA
23 depends on DVB_CORE && I2C
24 default m if DVB_FE_CUSTOMISE
e50e8e33
MA
25 help
26 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
27 to support this demodulator based frontends
28
040dcc3e
MA
29config DVB_STB6100
30 tristate "STB6100 based tuners"
6199ceef
MA
31 depends on DVB_CORE && I2C
32 default m if DVB_FE_CUSTOMISE
040dcc3e
MA
33 help
34 A Silicon tuner from ST used in conjunction with the STB0899
35 demodulator. Say Y when you want to support this tuner.
36
e415c689
MA
37config DVB_STV090x
38 tristate "STV0900/STV0903(A/B) based"
39 depends on DVB_CORE && I2C
40 default m if DVB_FE_CUSTOMISE
41 help
42 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
43 Say Y when you want to support these frontends.
44
45config DVB_STV6110x
46 tristate "STV6110/(A) based tuners"
47 depends on DVB_CORE && I2C
48 default m if DVB_FE_CUSTOMISE
49 help
50 A Silicon tuner that supports DVB-S and DVB-S2 modes
51
1da177e4
LT
52comment "DVB-S (satellite) frontends"
53 depends on DVB_CORE
54
df7aaaf3
MCC
55config DVB_CX24110
56 tristate "Conexant CX24110 based"
17aafcc6 57 depends on DVB_CORE && I2C
176ac9da 58 default m if DVB_FE_CUSTOMISE
1da177e4
LT
59 help
60 A DVB-S tuner module. Say Y when you want to support this frontend.
61
df7aaaf3
MCC
62config DVB_CX24123
63 tristate "Conexant CX24123 based"
17aafcc6 64 depends on DVB_CORE && I2C
176ac9da 65 default m if DVB_FE_CUSTOMISE
0b3f5a57 66 help
1da177e4 67 A DVB-S tuner module. Say Y when you want to support this frontend.
b79cb653 68
df7aaaf3 69config DVB_MT312
e4671b6b 70 tristate "Zarlink VP310/MT312/ZL10313 based"
df7aaaf3
MCC
71 depends on DVB_CORE && I2C
72 default m if DVB_FE_CUSTOMISE
73 help
74 A DVB-S tuner module. Say Y when you want to support this frontend.
75
68b3289f
MS
76config DVB_ZL10036
77 tristate "Zarlink ZL10036 silicon tuner"
78 depends on DVB_CORE && I2C
79 default m if DVB_FE_CUSTOMISE
80 help
81 A DVB-S tuner module. Say Y when you want to support this frontend.
82
2ccf5a99
IL
83config DVB_ZL10039
84 tristate "Zarlink ZL10039 silicon tuner"
85 depends on DVB_CORE && I2C
86 default m if DVB_FE_CUSTOMISE
87 help
88 A DVB-S tuner module. Say Y when you want to support this frontend.
89
df7aaaf3
MCC
90config DVB_S5H1420
91 tristate "Samsung S5H1420 based"
92 depends on DVB_CORE && I2C
93 default m if DVB_FE_CUSTOMISE
94 help
95 A DVB-S tuner module. Say Y when you want to support this frontend.
96
e4aab64c
IL
97config DVB_STV0288
98 tristate "ST STV0288 based"
99 depends on DVB_CORE && I2C
100 default m if DVB_FE_CUSTOMISE
101 help
102 A DVB-S tuner module. Say Y when you want to support this frontend.
103
104config DVB_STB6000
105 tristate "ST STB6000 silicon tuner"
106 depends on DVB_CORE && I2C
107 default m if DVB_FE_CUSTOMISE
108 help
109 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
110
df7aaaf3
MCC
111config DVB_STV0299
112 tristate "ST STV0299 based"
17aafcc6 113 depends on DVB_CORE && I2C
176ac9da 114 default m if DVB_FE_CUSTOMISE
b79cb653
ST
115 help
116 A DVB-S tuner module. Say Y when you want to support this frontend.
0b3f5a57 117
47220bc1
IL
118config DVB_STV6110
119 tristate "ST STV6110 silicon tuner"
120 depends on DVB_CORE && I2C
121 default m if DVB_FE_CUSTOMISE
122 help
123 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
124
ce45264e
IL
125config DVB_STV0900
126 tristate "ST STV0900 based"
127 depends on DVB_CORE && I2C
128 default m if DVB_FE_CUSTOMISE
129 help
130 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
131
1da177e4
LT
132config DVB_TDA8083
133 tristate "Philips TDA8083 based"
17aafcc6 134 depends on DVB_CORE && I2C
176ac9da 135 default m if DVB_FE_CUSTOMISE
1da177e4
LT
136 help
137 A DVB-S tuner module. Say Y when you want to support this frontend.
138
df7aaaf3
MCC
139config DVB_TDA10086
140 tristate "Philips TDA10086 based"
17aafcc6 141 depends on DVB_CORE && I2C
176ac9da 142 default m if DVB_FE_CUSTOMISE
1da177e4
LT
143 help
144 A DVB-S tuner module. Say Y when you want to support this frontend.
145
654dbad4
MA
146config DVB_TDA8261
147 tristate "Philips TDA8261 based"
148 depends on DVB_CORE && I2C
149 default m if DVB_FE_CUSTOMISE
150 help
151 A DVB-S tuner module. Say Y when you want to support this frontend.
152
1da177e4
LT
153config DVB_VES1X93
154 tristate "VLSI VES1893 or VES1993 based"
17aafcc6 155 depends on DVB_CORE && I2C
176ac9da 156 default m if DVB_FE_CUSTOMISE
1da177e4
LT
157 help
158 A DVB-S tuner module. Say Y when you want to support this frontend.
159
df7aaaf3
MCC
160config DVB_TUNER_ITD1000
161 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
17aafcc6 162 depends on DVB_CORE && I2C
176ac9da 163 default m if DVB_FE_CUSTOMISE
96bf2f2b
AQ
164 help
165 A DVB-S tuner module. Say Y when you want to support this frontend.
166
4c48ae8e
PB
167config DVB_TUNER_CX24113
168 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
169 depends on DVB_CORE && I2C
170 default m if DVB_FE_CUSTOMISE
171 help
172 A DVB-S tuner module. Say Y when you want to support this frontend.
173
174
df7aaaf3
MCC
175config DVB_TDA826X
176 tristate "Philips TDA826X silicon tuner"
17aafcc6 177 depends on DVB_CORE && I2C
6bca3580
AQ
178 default m if DVB_FE_CUSTOMISE
179 help
df7aaaf3
MCC
180 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
181
182config DVB_TUA6100
183 tristate "Infineon TUA6100 PLL"
184 depends on DVB_CORE && I2C
185 default m if DVB_FE_CUSTOMISE
186 help
187 A DVB-S PLL chip.
6bca3580 188
0d46748c
ST
189config DVB_CX24116
190 tristate "Conexant CX24116 based"
191 depends on DVB_CORE && I2C
192 default m if DVB_FE_CUSTOMISE
193 help
194 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
195
04ad28c9
IL
196config DVB_SI21XX
197 tristate "Silicon Labs SI21XX based"
198 depends on DVB_CORE && I2C
199 default m if DVB_FE_CUSTOMISE
200 help
201 A DVB-S tuner module. Say Y when you want to support this frontend.
202
09ea33e5
IL
203config DVB_DS3000
204 tristate "Montage Tehnology DS3000 based"
205 depends on DVB_CORE && I2C
206 default m if DVB_FE_CUSTOMISE
207 help
208 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
209
8873c61f
MA
210config DVB_MB86A16
211 tristate "Fujitsu MB86A16 based"
212 depends on DVB_CORE && I2C
213 default m if DVB_FE_CUSTOMISE
214 help
215 A DVB-S/DSS Direct Conversion reveiver.
216 Say Y when you want to support this frontend.
217
1da177e4
LT
218comment "DVB-T (terrestrial) frontends"
219 depends on DVB_CORE
220
221config DVB_SP8870
50c25fff 222 tristate "Spase sp8870 based"
445c2714 223 depends on DVB_CORE && I2C
176ac9da 224 default m if DVB_FE_CUSTOMISE
1da177e4 225 help
50c25fff 226 A DVB-T tuner module. Say Y when you want to support this frontend.
1da177e4
LT
227
228 This driver needs external firmware. Please use the command
229 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to