blob: a7ea355907b625eecb856bbe25232392320a87c8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Customise DVB Frontends"
2 depends on DVB_CORE
3
Andrew de Quincey176ac9d2006-08-08 09:10:11 -03004config DVB_FE_CUSTOMISE
5 bool "Customise the frontend modules to build"
6 default N
7 help
8 This allows the user to deselect frontend drivers unnecessary
9 for their hardware from the build. Use this option with care
10 as deselecting frontends which are in fact necessary will result
11 in DVB devices which cannot be tuned due to lack of driver support.
12
13 If unsure say N.
14
Manu Abrahame50e8e32007-07-03 09:53:42 -030015comment "Multistandard (satellite) frontends"
16 depends on DVB_CORE
17
18config DVB_STB0899
19 tristate "STB0899 based"
Manu Abraham6199cee2007-10-08 18:51:54 -030020 depends on DVB_CORE && I2C
21 default m if DVB_FE_CUSTOMISE
Manu Abrahame50e8e32007-07-03 09:53:42 -030022 help
23 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
24 to support this demodulator based frontends
25
Manu Abraham040dcc32007-02-24 08:31:40 -030026config DVB_STB6100
27 tristate "STB6100 based tuners"
Manu Abraham6199cee2007-10-08 18:51:54 -030028 depends on DVB_CORE && I2C
29 default m if DVB_FE_CUSTOMISE
Manu Abraham040dcc32007-02-24 08:31:40 -030030 help
31 A Silicon tuner from ST used in conjunction with the STB0899
32 demodulator. Say Y when you want to support this tuner.
33
Linus Torvalds1da177e2005-04-16 15:20:36 -070034comment "DVB-S (satellite) frontends"
35 depends on DVB_CORE
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037config DVB_CX24110
38 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030039 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030040 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070041 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070043
Steve Tothb79cb652006-01-09 15:25:07 -020044config DVB_CX24123
45 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030046 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030047 default m if DVB_FE_CUSTOMISE
Steve Tothb79cb652006-01-09 15:25:07 -020048 help
49 A DVB-S tuner module. Say Y when you want to support this frontend.
50
Linus Torvalds1da177e2005-04-16 15:20:36 -070051config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -030052 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030053 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030054 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 help
56 A DVB-S tuner module. Say Y when you want to support this frontend.
57
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070058config DVB_S5H1420
59 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030060 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030061 default m if DVB_FE_CUSTOMISE
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070062 help
63 A DVB-S tuner module. Say Y when you want to support this frontend.
64
Igor M. Liplianine4aab642008-09-23 15:43:57 -030065config DVB_STV0288
66 tristate "ST STV0288 based"
67 depends on DVB_CORE && I2C
68 default m if DVB_FE_CUSTOMISE
69 help
70 A DVB-S tuner module. Say Y when you want to support this frontend.
71
72config DVB_STB6000
73 tristate "ST STB6000 silicon tuner"
74 depends on DVB_CORE && I2C
75 default m if DVB_FE_CUSTOMISE
76 help
77 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
78
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -030079config DVB_STV0299
80 tristate "ST STV0299 based"
81 depends on DVB_CORE && I2C
82 default m if DVB_FE_CUSTOMISE
83 help
84 A DVB-S tuner module. Say Y when you want to support this frontend.
85
Igor M. Liplianin47220bc2009-03-03 11:16:40 -030086config DVB_STV6110
87 tristate "ST STV6110 silicon tuner"
88 depends on DVB_CORE && I2C
89 default m if DVB_FE_CUSTOMISE
90 help
91 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
92
Igor M. Liplianince452642009-03-03 11:55:20 -030093config DVB_STV0900
94 tristate "ST STV0900 based"
95 depends on DVB_CORE && I2C
96 default m if DVB_FE_CUSTOMISE
97 help
98 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
99
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300100config DVB_TDA8083
101 tristate "Philips TDA8083 based"
102 depends on DVB_CORE && I2C
103 default m if DVB_FE_CUSTOMISE
104 help
105 A DVB-S tuner module. Say Y when you want to support this frontend.
106
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300107config DVB_TDA10086
108 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300109 depends on DVB_CORE && I2C
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300110 default m if DVB_FE_CUSTOMISE
111 help
112 A DVB-S tuner module. Say Y when you want to support this frontend.
113
Manu Abraham654dbad2008-10-23 17:56:07 -0300114config DVB_TDA8261
115 tristate "Philips TDA8261 based"
116 depends on DVB_CORE && I2C
117 default m if DVB_FE_CUSTOMISE
118 help
119 A DVB-S tuner module. Say Y when you want to support this frontend.
120
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300121config DVB_VES1X93
122 tristate "VLSI VES1893 or VES1993 based"
123 depends on DVB_CORE && I2C
124 default m if DVB_FE_CUSTOMISE
125 help
126 A DVB-S tuner module. Say Y when you want to support this frontend.
127
128config DVB_TUNER_ITD1000
129 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
130 depends on DVB_CORE && I2C
131 default m if DVB_FE_CUSTOMISE
132 help
133 A DVB-S tuner module. Say Y when you want to support this frontend.
134
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300135config DVB_TUNER_CX24113
136 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
137 depends on DVB_CORE && I2C
138 default m if DVB_FE_CUSTOMISE
139 help
140 A DVB-S tuner module. Say Y when you want to support this frontend.
141
142
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300143config DVB_TDA826X
144 tristate "Philips TDA826X silicon tuner"
145 depends on DVB_CORE && I2C
146 default m if DVB_FE_CUSTOMISE
147 help
148 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
149
150config DVB_TUA6100
151 tristate "Infineon TUA6100 PLL"
152 depends on DVB_CORE && I2C
153 default m if DVB_FE_CUSTOMISE
154 help
155 A DVB-S PLL chip.
156
Steven Toth0d467482008-09-04 01:14:43 -0300157config DVB_CX24116
158 tristate "Conexant CX24116 based"
159 depends on DVB_CORE && I2C
160 default m if DVB_FE_CUSTOMISE
161 help
162 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
163
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300164config DVB_SI21XX
165 tristate "Silicon Labs SI21XX based"
166 depends on DVB_CORE && I2C
167 default m if DVB_FE_CUSTOMISE
168 help
169 A DVB-S tuner module. Say Y when you want to support this frontend.
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171comment "DVB-T (terrestrial) frontends"
172 depends on DVB_CORE
173
174config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200175 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300176 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300177 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200179 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
181 This driver needs external firmware. Please use the command
182 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200183 download/extract it, and then copy it to /usr/lib/hotplug/firmware
184 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
186config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200187 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300188 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300189 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 help
191 A DVB-T tuner module. Say Y when you want to support this frontend.
192
193 This driver needs external firmware. Please use the command
194 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200195 download/extract it, and then copy it to /usr/lib/hotplug/firmware
196 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
198config DVB_CX22700
199 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300200 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300201 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 help
203 A DVB-T tuner module. Say Y when you want to support this frontend.
204
205config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200206 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300207 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300208 default m if DVB_FE_CUSTOMISE
Michael Krufky50c25ff2006-01-09 15:25:34 -0200209 help
210 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211
Henk Vergonet89f92572007-08-09 11:02:30 -0300212config DVB_DRX397XD
213 tristate "Micronas DRX3975D/DRX3977D based"
Adrian Bunk886f8d62008-07-28 16:58:05 -0300214 depends on DVB_CORE && I2C
Henk Vergonet89f92572007-08-09 11:02:30 -0300215 default m if DVB_FE_CUSTOMISE
Henk Vergonet89f92572007-08-09 11:02:30 -0300216 help
217 A DVB-T tuner module. Say Y when you want to support this frontend.
218
219 TODO:
220 This driver needs external firmware. Please use the command
221 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
222 download/extract them, and then copy them to /usr/lib/hotplug/firmware
223 or /lib/firmware (depending on configuration of firmware hotplug).
224
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225config DVB_L64781
226 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300227 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300228 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 help
230 A DVB-T tuner module. Say Y when you want to support this frontend.
231
232config DVB_TDA1004X
233 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300234 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300235 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 help
237 A DVB-T tuner module. Say Y when you want to support this frontend.
238
239 This driver needs external firmware. Please use the commands
240 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200241 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200242 download/extract them, and then copy them to /usr/lib/hotplug/firmware
243 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245config DVB_NXT6000
246 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300247 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300248 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 help
250 A DVB-T tuner module. Say Y when you want to support this frontend.
251
252config DVB_MT352
253 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300254 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300255 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 help
257 A DVB-T tuner module. Say Y when you want to support this frontend.
258
Chris Pascoe780dfef2006-02-28 08:34:59 -0300259config DVB_ZL10353
260 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300261 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300262 default m if DVB_FE_CUSTOMISE
Chris Pascoe780dfef2006-02-28 08:34:59 -0300263 help
264 A DVB-T tuner module. Say Y when you want to support this frontend.
265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266config DVB_DIB3000MB
267 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300268 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300269 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 help
271 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
272 to support this frontend.
273
274config DVB_DIB3000MC
275 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300276 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300277 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 help
279 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
280 to support this frontend.
281
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300282config DVB_DIB7000M
283 tristate "DiBcom 7000MA/MB/PA/PB/MC"
284 depends on DVB_CORE && I2C
285 default m if DVB_FE_CUSTOMISE
286 help
287 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
288 to support this frontend.
289
Patrick Boettchera75763f2006-10-18 08:34:16 -0300290config DVB_DIB7000P
291 tristate "DiBcom 7000PC"
292 depends on DVB_CORE && I2C
293 default m if DVB_FE_CUSTOMISE
294 help
295 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
296 to support this frontend.
297
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300298config DVB_TDA10048
299 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300300 depends on DVB_CORE && I2C
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300301 default m if DVB_FE_CUSTOMISE
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300302 help
303 A DVB-T tuner module. Say Y when you want to support this frontend.
304
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305comment "DVB-C (cable) frontends"
306 depends on DVB_CORE
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308config DVB_VES1820
309 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300310 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300311 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200313 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314
315config DVB_TDA10021
316 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300317 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300318 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200320 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
Hartmut Birraa323ac2007-04-21 19:37:17 -0300322config DVB_TDA10023
323 tristate "Philips TDA10023 based"
324 depends on DVB_CORE && I2C
325 default m if DVB_FE_CUSTOMISE
326 help
327 A DVB-C tuner module. Say Y when you want to support this frontend.
328
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329config DVB_STV0297
330 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300331 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300332 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 help
334 A DVB-C tuner module. Say Y when you want to support this frontend.
335
Trent Piepho005b5412006-04-04 01:56:30 -0300336comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 depends on DVB_CORE
338
Kirk Lapray04a45922005-11-08 21:35:46 -0800339config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300340 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300341 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300342 default m if DVB_FE_CUSTOMISE
Kirk Lapray04a45922005-11-08 21:35:46 -0800343 help
344 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
345 to support this frontend.
346
Michael Krufky66e33de2006-01-09 15:25:39 -0200347 This driver needs external firmware. Please use the commands
348 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
349 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
350 download/extract them, and then copy them to /usr/lib/hotplug/firmware
351 or /lib/firmware (depending on configuration of firmware hotplug).
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300354 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300355 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300356 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 help
358 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
359
Trent Piepho2b3835b2006-03-29 13:53:15 -0300360 This driver needs external firmware. Please use the command
361 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
362 download it, and then copy it to /usr/lib/hotplug/firmware
363 or /lib/firmware (depending on configuration of firmware hotplug).
364
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700365config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300366 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300367 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300368 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700369 help
370 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
371 to support this frontend.
372
Trent Piepho2b3835b2006-03-29 13:53:15 -0300373 This driver needs external firmware. Please use the commands
374 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
375 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
376 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
377 /usr/lib/hotplug/firmware or /lib/firmware (depending on
378 configuration of firmware hotplug).
379
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700380config DVB_BCM3510
381 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300382 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300383 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700384 help
385 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
386 support this frontend.
387
Michael Krufky6ddcc912005-07-27 11:46:00 -0700388config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700389 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300390 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300391 default m if DVB_FE_CUSTOMISE
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700392 help
393 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
394 to support this frontend.
395
Mauro Carvalho Chehabf71f11e2008-10-24 15:06:17 -0300396config DVB_LGDT3304
397 tristate "LG Electronics LGDT3304"
398 depends on DVB_CORE && I2C
399 default m if DVB_FE_CUSTOMISE
400 help
401 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
402 to support this frontend.
403
Steven Toth89885552007-07-28 19:34:52 -0300404config DVB_S5H1409
405 tristate "Samsung S5H1409 based"
406 depends on DVB_CORE && I2C
407 default m if DVB_FE_CUSTOMISE
408 help
409 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
410 to support this frontend.
411
Steven Toth265a6512008-04-18 21:34:00 -0300412config DVB_AU8522
413 tristate "Auvitek AU8522 based"
414 depends on DVB_CORE && I2C
415 default m if DVB_FE_CUSTOMISE
416 help
417 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
418 to support this frontend.
419
Steven Toth8b4f1d02008-04-25 03:44:36 -0300420config DVB_S5H1411
421 tristate "Samsung S5H1411 based"
422 depends on DVB_CORE && I2C
423 default m if DVB_FE_CUSTOMISE
424 help
425 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
426 to support this frontend.
427
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300428comment "ISDB-T (terrestrial) frontends"
429 depends on DVB_CORE
430
431config DVB_S921
432 tristate "Sharp S921 tuner"
433 depends on DVB_CORE && I2C
434 default m if DVB_FE_CUSTOMISE
435 help
436 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
437 Say Y when you want to support this frontend.
438
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300439comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300440 depends on DVB_CORE
441
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300442config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300443 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300444 depends on DVB_CORE && I2C
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300445 default m if DVB_FE_CUSTOMISE
446 help
Michael Krufky0173e462007-09-27 11:37:19 -0300447 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300448 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300449
Patrick Boettcher01373a52007-07-30 12:49:04 -0300450config DVB_TUNER_DIB0070
451 tristate "DiBcom DiB0070 silicon base-band tuner"
452 depends on I2C
453 default m if DVB_FE_CUSTOMISE
454 help
455 A driver for the silicon baseband tuner DiB0070 from DiBcom.
456 This device is only used inside a SiP called togther with a
457 demodulator for now.
458
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300459comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300460 depends on DVB_CORE
461
462config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300463 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300464 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300465 default m if DVB_FE_CUSTOMISE
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300466 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300467 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300468
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300469config DVB_ISL6405
470 tristate "ISL6405 SEC controller"
471 depends on DVB_CORE && I2C
472 default m if DVB_FE_CUSTOMISE
473 help
474 An SEC control chip.
475
Andrew de Quincey21c28582006-04-27 21:45:09 -0300476config DVB_ISL6421
477 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300478 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300479 default m if DVB_FE_CUSTOMISE
Andrew de Quincey21c28582006-04-27 21:45:09 -0300480 help
481 An SEC control chip.
482
Timothy Leedfbdce02008-08-09 13:36:51 -0300483config DVB_LGS8GL5
484 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
485 depends on DVB_CORE && I2C
486 default m if DVB_FE_CUSTOMISE
487 help
488 A DMB-TH tuner module. Say Y when you want to support this frontend.
489
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300490comment "Tools to develop new frontends"
491
492config DVB_DUMMY_FE
493 tristate "Dummy frontend driver"
494 default n
495
Antti Palosaari825b9672008-09-15 15:01:52 -0300496config DVB_AF9013
497 tristate "Afatech AF9013 demodulator"
498 depends on DVB_CORE && I2C
499 default m if DVB_FE_CUSTOMISE
500 help
501 Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502endmenu