blob: d3cfced2ce238f1e8c8d92814a98abe94a1828cf [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
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -030093config DVB_TDA8083
94 tristate "Philips TDA8083 based"
95 depends on DVB_CORE && I2C
96 default m if DVB_FE_CUSTOMISE
97 help
98 A DVB-S tuner module. Say Y when you want to support this frontend.
99
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300100config DVB_TDA10086
101 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300102 depends on DVB_CORE && I2C
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300103 default m if DVB_FE_CUSTOMISE
104 help
105 A DVB-S tuner module. Say Y when you want to support this frontend.
106
Manu Abraham654dbad2008-10-23 17:56:07 -0300107config DVB_TDA8261
108 tristate "Philips TDA8261 based"
109 depends on DVB_CORE && I2C
110 default m if DVB_FE_CUSTOMISE
111 help
112 A DVB-S tuner module. Say Y when you want to support this frontend.
113
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300114config DVB_VES1X93
115 tristate "VLSI VES1893 or VES1993 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
121config DVB_TUNER_ITD1000
122 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
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
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300128config DVB_TUNER_CX24113
129 tristate "Conexant CX24113/CX24128 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
135
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300136config DVB_TDA826X
137 tristate "Philips TDA826X silicon tuner"
138 depends on DVB_CORE && I2C
139 default m if DVB_FE_CUSTOMISE
140 help
141 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
142
143config DVB_TUA6100
144 tristate "Infineon TUA6100 PLL"
145 depends on DVB_CORE && I2C
146 default m if DVB_FE_CUSTOMISE
147 help
148 A DVB-S PLL chip.
149
Steven Toth0d467482008-09-04 01:14:43 -0300150config DVB_CX24116
151 tristate "Conexant CX24116 based"
152 depends on DVB_CORE && I2C
153 default m if DVB_FE_CUSTOMISE
154 help
155 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
156
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300157config DVB_SI21XX
158 tristate "Silicon Labs SI21XX based"
159 depends on DVB_CORE && I2C
160 default m if DVB_FE_CUSTOMISE
161 help
162 A DVB-S tuner module. Say Y when you want to support this frontend.
163
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164comment "DVB-T (terrestrial) frontends"
165 depends on DVB_CORE
166
167config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200168 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300169 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300170 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200172 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
174 This driver needs external firmware. Please use the command
175 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200176 download/extract it, and then copy it to /usr/lib/hotplug/firmware
177 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
179config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200180 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300181 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300182 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 help
184 A DVB-T tuner module. Say Y when you want to support this frontend.
185
186 This driver needs external firmware. Please use the command
187 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200188 download/extract it, and then copy it to /usr/lib/hotplug/firmware
189 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
191config DVB_CX22700
192 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300193 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300194 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195 help
196 A DVB-T tuner module. Say Y when you want to support this frontend.
197
198config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200199 tristate "Conexant cx22702 demodulator (OFDM)"
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
Michael Krufky50c25ff2006-01-09 15:25:34 -0200202 help
203 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204
Henk Vergonet89f92572007-08-09 11:02:30 -0300205config DVB_DRX397XD
206 tristate "Micronas DRX3975D/DRX3977D based"
Adrian Bunk886f8d62008-07-28 16:58:05 -0300207 depends on DVB_CORE && I2C
Henk Vergonet89f92572007-08-09 11:02:30 -0300208 default m if DVB_FE_CUSTOMISE
Henk Vergonet89f92572007-08-09 11:02:30 -0300209 help
210 A DVB-T tuner module. Say Y when you want to support this frontend.
211
212 TODO:
213 This driver needs external firmware. Please use the command
214 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
215 download/extract them, and then copy them to /usr/lib/hotplug/firmware
216 or /lib/firmware (depending on configuration of firmware hotplug).
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218config DVB_L64781
219 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300220 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300221 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 help
223 A DVB-T tuner module. Say Y when you want to support this frontend.
224
225config DVB_TDA1004X
226 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -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
232 This driver needs external firmware. Please use the commands
233 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200234 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200235 download/extract them, and then copy them to /usr/lib/hotplug/firmware
236 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237
238config DVB_NXT6000
239 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300240 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300241 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 help
243 A DVB-T tuner module. Say Y when you want to support this frontend.
244
245config DVB_MT352
246 tristate "Zarlink MT352 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
Chris Pascoe780dfef2006-02-28 08:34:59 -0300252config DVB_ZL10353
253 tristate "Zarlink ZL10353 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
Chris Pascoe780dfef2006-02-28 08:34:59 -0300256 help
257 A DVB-T tuner module. Say Y when you want to support this frontend.
258
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259config DVB_DIB3000MB
260 tristate "DiBcom 3000M-B"
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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 help
264 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
265 to support this frontend.
266
267config DVB_DIB3000MC
268 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300269 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300270 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 help
272 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
273 to support this frontend.
274
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300275config DVB_DIB7000M
276 tristate "DiBcom 7000MA/MB/PA/PB/MC"
277 depends on DVB_CORE && I2C
278 default m if DVB_FE_CUSTOMISE
279 help
280 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
281 to support this frontend.
282
Patrick Boettchera75763f2006-10-18 08:34:16 -0300283config DVB_DIB7000P
284 tristate "DiBcom 7000PC"
285 depends on DVB_CORE && I2C
286 default m if DVB_FE_CUSTOMISE
287 help
288 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
289 to support this frontend.
290
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300291config DVB_TDA10048
292 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300293 depends on DVB_CORE && I2C
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300294 default m if DVB_FE_CUSTOMISE
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300295 help
296 A DVB-T tuner module. Say Y when you want to support this frontend.
297
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298comment "DVB-C (cable) frontends"
299 depends on DVB_CORE
300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301config DVB_VES1820
302 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300303 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300304 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200306 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
308config DVB_TDA10021
309 tristate "Philips TDA10021 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
Hartmut Birraa323ac2007-04-21 19:37:17 -0300315config DVB_TDA10023
316 tristate "Philips TDA10023 based"
317 depends on DVB_CORE && I2C
318 default m if DVB_FE_CUSTOMISE
319 help
320 A DVB-C tuner module. Say Y when you want to support this frontend.
321
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322config DVB_STV0297
323 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300324 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300325 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 help
327 A DVB-C tuner module. Say Y when you want to support this frontend.
328
Trent Piepho005b5412006-04-04 01:56:30 -0300329comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 depends on DVB_CORE
331
Kirk Lapray04a45922005-11-08 21:35:46 -0800332config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300333 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300334 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300335 default m if DVB_FE_CUSTOMISE
Kirk Lapray04a45922005-11-08 21:35:46 -0800336 help
337 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
338 to support this frontend.
339
Michael Krufky66e33de2006-01-09 15:25:39 -0200340 This driver needs external firmware. Please use the commands
341 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
342 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
343 download/extract them, and then copy them to /usr/lib/hotplug/firmware
344 or /lib/firmware (depending on configuration of firmware hotplug).
345
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300347 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300348 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300349 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 help
351 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
352
Trent Piepho2b3835b2006-03-29 13:53:15 -0300353 This driver needs external firmware. Please use the command
354 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
355 download it, and then copy it to /usr/lib/hotplug/firmware
356 or /lib/firmware (depending on configuration of firmware hotplug).
357
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700358config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300359 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300360 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300361 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700362 help
363 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
364 to support this frontend.
365
Trent Piepho2b3835b2006-03-29 13:53:15 -0300366 This driver needs external firmware. Please use the commands
367 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
368 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
369 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
370 /usr/lib/hotplug/firmware or /lib/firmware (depending on
371 configuration of firmware hotplug).
372
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700373config DVB_BCM3510
374 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300375 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300376 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700377 help
378 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
379 support this frontend.
380
Michael Krufky6ddcc912005-07-27 11:46:00 -0700381config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700382 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300383 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300384 default m if DVB_FE_CUSTOMISE
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700385 help
386 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
387 to support this frontend.
388
Mauro Carvalho Chehabf71f11e2008-10-24 15:06:17 -0300389config DVB_LGDT3304
390 tristate "LG Electronics LGDT3304"
391 depends on DVB_CORE && I2C
392 default m if DVB_FE_CUSTOMISE
393 help
394 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
395 to support this frontend.
396
Steven Toth89885552007-07-28 19:34:52 -0300397config DVB_S5H1409
398 tristate "Samsung S5H1409 based"
399 depends on DVB_CORE && I2C
400 default m if DVB_FE_CUSTOMISE
401 help
402 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
403 to support this frontend.
404
Steven Toth265a6512008-04-18 21:34:00 -0300405config DVB_AU8522
406 tristate "Auvitek AU8522 based"
407 depends on DVB_CORE && I2C
408 default m if DVB_FE_CUSTOMISE
409 help
410 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
411 to support this frontend.
412
Steven Toth8b4f1d02008-04-25 03:44:36 -0300413config DVB_S5H1411
414 tristate "Samsung S5H1411 based"
415 depends on DVB_CORE && I2C
416 default m if DVB_FE_CUSTOMISE
417 help
418 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
419 to support this frontend.
420
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300421comment "ISDB-T (terrestrial) frontends"
422 depends on DVB_CORE
423
424config DVB_S921
425 tristate "Sharp S921 tuner"
426 depends on DVB_CORE && I2C
427 default m if DVB_FE_CUSTOMISE
428 help
429 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
430 Say Y when you want to support this frontend.
431
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300432comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300433 depends on DVB_CORE
434
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300435config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300436 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300437 depends on DVB_CORE && I2C
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300438 default m if DVB_FE_CUSTOMISE
439 help
Michael Krufky0173e462007-09-27 11:37:19 -0300440 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300441 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300442
Patrick Boettcher01373a52007-07-30 12:49:04 -0300443config DVB_TUNER_DIB0070
444 tristate "DiBcom DiB0070 silicon base-band tuner"
445 depends on I2C
446 default m if DVB_FE_CUSTOMISE
447 help
448 A driver for the silicon baseband tuner DiB0070 from DiBcom.
449 This device is only used inside a SiP called togther with a
450 demodulator for now.
451
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300452comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300453 depends on DVB_CORE
454
455config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300456 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300457 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300458 default m if DVB_FE_CUSTOMISE
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300459 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300460 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300461
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300462config DVB_ISL6405
463 tristate "ISL6405 SEC controller"
464 depends on DVB_CORE && I2C
465 default m if DVB_FE_CUSTOMISE
466 help
467 An SEC control chip.
468
Andrew de Quincey21c28582006-04-27 21:45:09 -0300469config DVB_ISL6421
470 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300471 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300472 default m if DVB_FE_CUSTOMISE
Andrew de Quincey21c28582006-04-27 21:45:09 -0300473 help
474 An SEC control chip.
475
Timothy Leedfbdce02008-08-09 13:36:51 -0300476config DVB_LGS8GL5
477 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
478 depends on DVB_CORE && I2C
479 default m if DVB_FE_CUSTOMISE
480 help
481 A DMB-TH tuner module. Say Y when you want to support this frontend.
482
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300483comment "Tools to develop new frontends"
484
485config DVB_DUMMY_FE
486 tristate "Dummy frontend driver"
487 default n
488
Antti Palosaari825b9672008-09-15 15:01:52 -0300489config DVB_AF9013
490 tristate "Afatech AF9013 demodulator"
491 depends on DVB_CORE && I2C
492 default m if DVB_FE_CUSTOMISE
493 help
494 Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495endmenu