blob: 941bc8febee7c8faa22c1470613af6a8ee89fc89 [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"
20 depends on DVB_CORE
21 help
22 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
23 to support this demodulator based frontends
24
Manu Abraham040dcc32007-02-24 08:31:40 -030025config DVB_STB6100
26 tristate "STB6100 based tuners"
27 depends on DVB_CORE
28 help
29 A Silicon tuner from ST used in conjunction with the STB0899
30 demodulator. Say Y when you want to support this tuner.
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032comment "DVB-S (satellite) frontends"
33 depends on DVB_CORE
34
Linus Torvalds1da177e2005-04-16 15:20:36 -070035config DVB_CX24110
36 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030037 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030038 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070039 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070041
Steve Tothb79cb652006-01-09 15:25:07 -020042config DVB_CX24123
43 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030044 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030045 default m if DVB_FE_CUSTOMISE
Steve Tothb79cb652006-01-09 15:25:07 -020046 help
47 A DVB-S tuner module. Say Y when you want to support this frontend.
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -030050 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030051 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030052 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 help
54 A DVB-S tuner module. Say Y when you want to support this frontend.
55
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070056config DVB_S5H1420
57 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030058 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030059 default m if DVB_FE_CUSTOMISE
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070060 help
61 A DVB-S tuner module. Say Y when you want to support this frontend.
62
Igor M. Liplianine4aab642008-09-23 15:43:57 -030063config DVB_STV0288
64 tristate "ST STV0288 based"
65 depends on DVB_CORE && I2C
66 default m if DVB_FE_CUSTOMISE
67 help
68 A DVB-S tuner module. Say Y when you want to support this frontend.
69
70config DVB_STB6000
71 tristate "ST STB6000 silicon tuner"
72 depends on DVB_CORE && I2C
73 default m if DVB_FE_CUSTOMISE
74 help
75 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
76
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -030077config DVB_STV0299
78 tristate "ST STV0299 based"
79 depends on DVB_CORE && I2C
80 default m if DVB_FE_CUSTOMISE
81 help
82 A DVB-S tuner module. Say Y when you want to support this frontend.
83
84config DVB_TDA8083
85 tristate "Philips TDA8083 based"
86 depends on DVB_CORE && I2C
87 default m if DVB_FE_CUSTOMISE
88 help
89 A DVB-S tuner module. Say Y when you want to support this frontend.
90
Andrew de Quincey6bca3582006-08-08 09:10:10 -030091config DVB_TDA10086
92 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030093 depends on DVB_CORE && I2C
Andrew de Quincey6bca3582006-08-08 09:10:10 -030094 default m if DVB_FE_CUSTOMISE
95 help
96 A DVB-S tuner module. Say Y when you want to support this frontend.
97
Manu Abraham654dbad2008-10-23 17:56:07 -030098config DVB_TDA8261
99 tristate "Philips TDA8261 based"
100 depends on DVB_CORE && I2C
101 default m if DVB_FE_CUSTOMISE
102 help
103 A DVB-S tuner module. Say Y when you want to support this frontend.
104
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300105config DVB_VES1X93
106 tristate "VLSI VES1893 or VES1993 based"
107 depends on DVB_CORE && I2C
108 default m if DVB_FE_CUSTOMISE
109 help
110 A DVB-S tuner module. Say Y when you want to support this frontend.
111
112config DVB_TUNER_ITD1000
113 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
114 depends on DVB_CORE && I2C
115 default m if DVB_FE_CUSTOMISE
116 help
117 A DVB-S tuner module. Say Y when you want to support this frontend.
118
119config DVB_TDA826X
120 tristate "Philips TDA826X silicon tuner"
121 depends on DVB_CORE && I2C
122 default m if DVB_FE_CUSTOMISE
123 help
124 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
125
126config DVB_TUA6100
127 tristate "Infineon TUA6100 PLL"
128 depends on DVB_CORE && I2C
129 default m if DVB_FE_CUSTOMISE
130 help
131 A DVB-S PLL chip.
132
Steven Toth0d467482008-09-04 01:14:43 -0300133config DVB_CX24116
134 tristate "Conexant CX24116 based"
135 depends on DVB_CORE && I2C
136 default m if DVB_FE_CUSTOMISE
137 help
138 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
139
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300140config DVB_SI21XX
141 tristate "Silicon Labs SI21XX based"
142 depends on DVB_CORE && I2C
143 default m if DVB_FE_CUSTOMISE
144 help
145 A DVB-S tuner module. Say Y when you want to support this frontend.
146
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147comment "DVB-T (terrestrial) frontends"
148 depends on DVB_CORE
149
150config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200151 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300152 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300153 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200155 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
157 This driver needs external firmware. Please use the command
158 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200159 download/extract it, and then copy it to /usr/lib/hotplug/firmware
160 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161
162config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200163 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300164 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300165 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 help
167 A DVB-T tuner module. Say Y when you want to support this frontend.
168
169 This driver needs external firmware. Please use the command
170 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200171 download/extract it, and then copy it to /usr/lib/hotplug/firmware
172 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
174config DVB_CX22700
175 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -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
179 A DVB-T tuner module. Say Y when you want to support this frontend.
180
181config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200182 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300183 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300184 default m if DVB_FE_CUSTOMISE
Michael Krufky50c25ff2006-01-09 15:25:34 -0200185 help
186 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Henk Vergonet89f92572007-08-09 11:02:30 -0300188config DVB_DRX397XD
189 tristate "Micronas DRX3975D/DRX3977D based"
Adrian Bunk886f8d62008-07-28 16:58:05 -0300190 depends on DVB_CORE && I2C
Henk Vergonet89f92572007-08-09 11:02:30 -0300191 default m if DVB_FE_CUSTOMISE
Henk Vergonet89f92572007-08-09 11:02:30 -0300192 help
193 A DVB-T tuner module. Say Y when you want to support this frontend.
194
195 TODO:
196 This driver needs external firmware. Please use the command
197 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
198 download/extract them, and then copy them to /usr/lib/hotplug/firmware
199 or /lib/firmware (depending on configuration of firmware hotplug).
200
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201config DVB_L64781
202 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300203 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300204 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 help
206 A DVB-T tuner module. Say Y when you want to support this frontend.
207
208config DVB_TDA1004X
209 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300210 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300211 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 help
213 A DVB-T tuner module. Say Y when you want to support this frontend.
214
215 This driver needs external firmware. Please use the commands
216 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200217 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200218 download/extract them, and then copy them to /usr/lib/hotplug/firmware
219 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
221config DVB_NXT6000
222 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300223 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300224 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 help
226 A DVB-T tuner module. Say Y when you want to support this frontend.
227
228config DVB_MT352
229 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300230 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300231 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 help
233 A DVB-T tuner module. Say Y when you want to support this frontend.
234
Chris Pascoe780dfef2006-02-28 08:34:59 -0300235config DVB_ZL10353
236 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300237 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300238 default m if DVB_FE_CUSTOMISE
Chris Pascoe780dfef2006-02-28 08:34:59 -0300239 help
240 A DVB-T tuner module. Say Y when you want to support this frontend.
241
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242config DVB_DIB3000MB
243 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300244 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300245 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246 help
247 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
248 to support this frontend.
249
250config DVB_DIB3000MC
251 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300252 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300253 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 help
255 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
256 to support this frontend.
257
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300258config DVB_DIB7000M
259 tristate "DiBcom 7000MA/MB/PA/PB/MC"
260 depends on DVB_CORE && I2C
261 default m if DVB_FE_CUSTOMISE
262 help
263 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
264 to support this frontend.
265
Patrick Boettchera75763f2006-10-18 08:34:16 -0300266config DVB_DIB7000P
267 tristate "DiBcom 7000PC"
268 depends on DVB_CORE && I2C
269 default m if DVB_FE_CUSTOMISE
270 help
271 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
272 to support this frontend.
273
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300274config DVB_TDA10048
275 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300276 depends on DVB_CORE && I2C
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300277 default m if DVB_FE_CUSTOMISE
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300278 help
279 A DVB-T tuner module. Say Y when you want to support this frontend.
280
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281comment "DVB-C (cable) frontends"
282 depends on DVB_CORE
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284config DVB_VES1820
285 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300286 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300287 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200289 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290
291config DVB_TDA10021
292 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300293 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300294 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200296 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297
Hartmut Birraa323ac2007-04-21 19:37:17 -0300298config DVB_TDA10023
299 tristate "Philips TDA10023 based"
300 depends on DVB_CORE && I2C
301 default m if DVB_FE_CUSTOMISE
302 help
303 A DVB-C tuner module. Say Y when you want to support this frontend.
304
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305config DVB_STV0297
306 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300307 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300308 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 help
310 A DVB-C tuner module. Say Y when you want to support this frontend.
311
Trent Piepho005b5412006-04-04 01:56:30 -0300312comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 depends on DVB_CORE
314
Kirk Lapray04a45922005-11-08 21:35:46 -0800315config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300316 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300317 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300318 default m if DVB_FE_CUSTOMISE
Kirk Lapray04a45922005-11-08 21:35:46 -0800319 help
320 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
321 to support this frontend.
322
Michael Krufky66e33de2006-01-09 15:25:39 -0200323 This driver needs external firmware. Please use the commands
324 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
325 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
326 download/extract them, and then copy them to /usr/lib/hotplug/firmware
327 or /lib/firmware (depending on configuration of firmware hotplug).
328
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300330 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -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 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
335
Trent Piepho2b3835b2006-03-29 13:53:15 -0300336 This driver needs external firmware. Please use the command
337 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
338 download it, and then copy it to /usr/lib/hotplug/firmware
339 or /lib/firmware (depending on configuration of firmware hotplug).
340
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700341config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300342 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300343 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300344 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700345 help
346 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
347 to support this frontend.
348
Trent Piepho2b3835b2006-03-29 13:53:15 -0300349 This driver needs external firmware. Please use the commands
350 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
351 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
352 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
353 /usr/lib/hotplug/firmware or /lib/firmware (depending on
354 configuration of firmware hotplug).
355
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700356config DVB_BCM3510
357 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300358 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300359 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700360 help
361 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
362 support this frontend.
363
Michael Krufky6ddcc912005-07-27 11:46:00 -0700364config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700365 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300366 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300367 default m if DVB_FE_CUSTOMISE
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700368 help
369 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
370 to support this frontend.
371
Mauro Carvalho Chehabf71f11e2008-10-24 15:06:17 -0300372config DVB_LGDT3304
373 tristate "LG Electronics LGDT3304"
374 depends on DVB_CORE && I2C
375 default m if DVB_FE_CUSTOMISE
376 help
377 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
378 to support this frontend.
379
Steven Toth89885552007-07-28 19:34:52 -0300380config DVB_S5H1409
381 tristate "Samsung S5H1409 based"
382 depends on DVB_CORE && I2C
383 default m if DVB_FE_CUSTOMISE
384 help
385 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
386 to support this frontend.
387
Steven Toth265a6512008-04-18 21:34:00 -0300388config DVB_AU8522
389 tristate "Auvitek AU8522 based"
390 depends on DVB_CORE && I2C
391 default m if DVB_FE_CUSTOMISE
392 help
393 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
394 to support this frontend.
395
Steven Toth8b4f1d02008-04-25 03:44:36 -0300396config DVB_S5H1411
397 tristate "Samsung S5H1411 based"
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
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300404comment "ISDB-T (terrestrial) frontends"
405 depends on DVB_CORE
406
407config DVB_S921
408 tristate "Sharp S921 tuner"
409 depends on DVB_CORE && I2C
410 default m if DVB_FE_CUSTOMISE
411 help
412 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
413 Say Y when you want to support this frontend.
414
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300415comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300416 depends on DVB_CORE
417
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300418config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300419 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300420 depends on DVB_CORE && I2C
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300421 default m if DVB_FE_CUSTOMISE
422 help
Michael Krufky0173e462007-09-27 11:37:19 -0300423 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300424 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300425
Patrick Boettcher01373a52007-07-30 12:49:04 -0300426config DVB_TUNER_DIB0070
427 tristate "DiBcom DiB0070 silicon base-band tuner"
428 depends on I2C
429 default m if DVB_FE_CUSTOMISE
430 help
431 A driver for the silicon baseband tuner DiB0070 from DiBcom.
432 This device is only used inside a SiP called togther with a
433 demodulator for now.
434
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300435comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300436 depends on DVB_CORE
437
438config DVB_LNBP21
439 tristate "LNBP21 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300440 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300441 default m if DVB_FE_CUSTOMISE
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300442 help
443 An SEC control chip.
444
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300445config DVB_ISL6405
446 tristate "ISL6405 SEC controller"
447 depends on DVB_CORE && I2C
448 default m if DVB_FE_CUSTOMISE
449 help
450 An SEC control chip.
451
Andrew de Quincey21c28582006-04-27 21:45:09 -0300452config DVB_ISL6421
453 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300454 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300455 default m if DVB_FE_CUSTOMISE
Andrew de Quincey21c28582006-04-27 21:45:09 -0300456 help
457 An SEC control chip.
458
Timothy Leedfbdce02008-08-09 13:36:51 -0300459config DVB_LGS8GL5
460 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
461 depends on DVB_CORE && I2C
462 default m if DVB_FE_CUSTOMISE
463 help
464 A DMB-TH tuner module. Say Y when you want to support this frontend.
465
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300466comment "Tools to develop new frontends"
467
468config DVB_DUMMY_FE
469 tristate "Dummy frontend driver"
470 default n
471
Antti Palosaari825b9672008-09-15 15:01:52 -0300472config DVB_AF9013
473 tristate "Afatech AF9013 demodulator"
474 depends on DVB_CORE && I2C
475 default m if DVB_FE_CUSTOMISE
476 help
477 Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478endmenu