Kconfig 14.3 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3
menu "Customise DVB Frontends"
	depends on DVB_CORE

4 5 6 7 8 9 10 11 12 13 14
config DVB_FE_CUSTOMISE
	bool "Customise the frontend modules to build"
	default N
	help
	  This allows the user to deselect frontend drivers unnecessary
	  for their hardware from the build. Use this option with care
	  as deselecting frontends which are in fact necessary will result
	  in DVB devices which cannot be tuned due to lack of driver support.

	  If unsure say N.

15 16 17 18 19
comment "Multistandard (satellite) frontends"
	depends on DVB_CORE

config DVB_STB0899
	tristate "STB0899 based"
20 21
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
22 23 24 25
	help
	  A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
	  to support this demodulator based frontends

M
Manu Abraham 已提交
26 27
config DVB_STB6100
	tristate "STB6100 based tuners"
28 29
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
M
Manu Abraham 已提交
30 31 32 33
	help
	  A Silicon tuner from ST used in conjunction with the STB0899
	  demodulator. Say Y when you want to support this tuner.

L
Linus Torvalds 已提交
34 35 36
comment "DVB-S (satellite) frontends"
	depends on DVB_CORE

37 38
config DVB_CX24110
	tristate "Conexant CX24110 based"
39
	depends on DVB_CORE && I2C
40
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
41 42 43
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

44 45
config DVB_CX24123
	tristate "Conexant CX24123 based"
46
	depends on DVB_CORE && I2C
47
	default m if DVB_FE_CUSTOMISE
48
	help
L
Linus Torvalds 已提交
49
	  A DVB-S tuner module. Say Y when you want to support this frontend.
50

51
config DVB_MT312
52
	tristate "Zarlink VP310/MT312/ZL10313 based"
53 54 55 56 57 58 59 60 61 62 63 64
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_S5H1420
	tristate "Samsung S5H1420 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

65 66 67 68 69 70 71 72 73 74 75 76 77 78
config DVB_STV0288
	tristate "ST STV0288 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_STB6000
	tristate "ST STB6000 silicon tuner"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	  help
	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.

79 80
config DVB_STV0299
	tristate "ST STV0299 based"
81
	depends on DVB_CORE && I2C
82
	default m if DVB_FE_CUSTOMISE
83 84
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.
85

86 87 88 89 90 91 92
config DVB_STV6110
	tristate "ST STV6110 silicon tuner"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	  help
	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.

93 94 95 96 97 98 99
config DVB_STV0900
	tristate "ST STV0900 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S/S2 demodulator. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
100 101
config DVB_TDA8083
	tristate "Philips TDA8083 based"
102
	depends on DVB_CORE && I2C
103
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
104 105 106
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

107 108
config DVB_TDA10086
	tristate "Philips TDA10086 based"
109
	depends on DVB_CORE && I2C
110
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
111 112 113
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

114 115 116 117 118 119 120
config DVB_TDA8261
	tristate "Philips TDA8261 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
121 122
config DVB_VES1X93
	tristate "VLSI VES1893 or VES1993 based"
123
	depends on DVB_CORE && I2C
124
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
125 126 127
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

128 129
config DVB_TUNER_ITD1000
	tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
130
	depends on DVB_CORE && I2C
131
	default m if DVB_FE_CUSTOMISE
132 133 134
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

135 136 137 138 139 140 141 142
config DVB_TUNER_CX24113
	tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.


143 144
config DVB_TDA826X
	tristate "Philips TDA826X silicon tuner"
145
	depends on DVB_CORE && I2C
146 147
	default m if DVB_FE_CUSTOMISE
	help
148 149 150 151 152 153 154 155
	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.

config DVB_TUA6100
	tristate "Infineon TUA6100 PLL"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S PLL chip.
156

157 158 159 160 161 162 163
config DVB_CX24116
	tristate "Conexant CX24116 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S/S2 tuner module. Say Y when you want to support this frontend.

164 165 166 167 168 169 170
config DVB_SI21XX
	tristate "Silicon Labs SI21XX based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
171 172 173 174
comment "DVB-T (terrestrial) frontends"
	depends on DVB_CORE

config DVB_SP8870
175
	tristate "Spase sp8870 based"
176
	depends on DVB_CORE && I2C
177
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
178
	help
179
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
180 181 182

	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
183 184
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
185 186

config DVB_SP887X
187
	tristate "Spase sp887x based"
188
	depends on DVB_CORE && I2C
189
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
190 191 192 193 194
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
195 196
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
197 198 199

config DVB_CX22700
	tristate "Conexant CX22700 based"
200
	depends on DVB_CORE && I2C
201
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
202 203 204 205
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_CX22702
206
	tristate "Conexant cx22702 demodulator (OFDM)"
207
	depends on DVB_CORE && I2C
208
	default m if DVB_FE_CUSTOMISE
209 210
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
211

212 213
config DVB_DRX397XD
	tristate "Micronas DRX3975D/DRX3977D based"
214
	depends on DVB_CORE && I2C
215 216 217 218 219 220 221 222 223 224
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

	  TODO:
	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).

L
Linus Torvalds 已提交
225 226
config DVB_L64781
	tristate "LSI L64781"
227
	depends on DVB_CORE && I2C
228
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
229 230 231 232 233
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_TDA1004X
	tristate "Philips TDA10045H/TDA10046H based"
234
	depends on DVB_CORE && I2C
235
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
236 237 238 239 240
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
241
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
242 243
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
244 245 246

config DVB_NXT6000
	tristate "NxtWave Communications NXT6000 based"
247
	depends on DVB_CORE && I2C
248
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
249 250 251 252 253
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_MT352
	tristate "Zarlink MT352 based"
254
	depends on DVB_CORE && I2C
255
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
256 257 258
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

259 260
config DVB_ZL10353
	tristate "Zarlink ZL10353 based"
261
	depends on DVB_CORE && I2C
262
	default m if DVB_FE_CUSTOMISE
263 264 265
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
266 267
config DVB_DIB3000MB
	tristate "DiBcom 3000M-B"
268
	depends on DVB_CORE && I2C
269
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
270 271 272 273 274 275
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

config DVB_DIB3000MC
	tristate "DiBcom 3000P/M-C"
276
	depends on DVB_CORE && I2C
277
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
278 279 280 281
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

282 283 284 285 286 287 288 289
config DVB_DIB7000M
	tristate "DiBcom 7000MA/MB/PA/PB/MC"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

290 291 292 293 294 295 296 297
config DVB_DIB7000P
	tristate "DiBcom 7000PC"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

298 299
config DVB_TDA10048
	tristate "Philips TDA10048HN based"
300
	depends on DVB_CORE && I2C
301 302 303 304
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
305 306 307 308 309
comment "DVB-C (cable) frontends"
	depends on DVB_CORE

config DVB_VES1820
	tristate "VLSI VES1820 based"
310
	depends on DVB_CORE && I2C
311
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
312
	help
313
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
314 315 316

config DVB_TDA10021
	tristate "Philips TDA10021 based"
317
	depends on DVB_CORE && I2C
318 319 320 321 322 323 324
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-C tuner module. Say Y when you want to support this frontend.

config DVB_TDA10023
	tristate "Philips TDA10023 based"
	depends on DVB_CORE && I2C
325
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
326
	help
327
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
328 329 330

config DVB_STV0297
	tristate "ST STV0297 based"
331
	depends on DVB_CORE && I2C
332
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
333 334 335
	help
	  A DVB-C tuner module. Say Y when you want to support this frontend.

T
Trent Piepho 已提交
336
comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
L
Linus Torvalds 已提交
337 338
	depends on DVB_CORE

339
config DVB_NXT200X
340
	tristate "NxtWave Communications NXT2002/NXT2004 based"
341
	depends on DVB_CORE && I2C
342
	default m if DVB_FE_CUSTOMISE
343 344 345 346
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

347 348 349 350 351 352
	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).

L
Linus Torvalds 已提交
353
config DVB_OR51211
354
	tristate "Oren OR51211 based"
355
	depends on DVB_CORE && I2C
356
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
357 358 359
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

360 361 362 363 364
	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
	  download it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).

365
config DVB_OR51132
366
	tristate "Oren OR51132 based"
367
	depends on DVB_CORE && I2C
368
	default m if DVB_FE_CUSTOMISE
369 370 371 372
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

373 374 375 376 377 378 379
	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
	  download firmwares for 8VSB and QAM64/256, respectively. Copy them to
	  /usr/lib/hotplug/firmware or /lib/firmware (depending on
	  configuration of firmware hotplug).

380 381
config DVB_BCM3510
	tristate "Broadcom BCM3510"
382
	depends on DVB_CORE && I2C
383
	default m if DVB_FE_CUSTOMISE
384 385 386 387
	help
	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
	  support this frontend.

388
config DVB_LGDT330X
389
	tristate "LG Electronics LGDT3302/LGDT3303 based"
390
	depends on DVB_CORE && I2C
391
	default m if DVB_FE_CUSTOMISE
392 393 394 395
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

396 397 398 399 400 401 402 403
config DVB_LGDT3304
	tristate "LG Electronics LGDT3304"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

404 405 406 407
config DVB_S5H1409
	tristate "Samsung S5H1409 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
408 409 410 411 412 413 414 415
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

config DVB_AU8522
	tristate "Auvitek AU8522 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
416 417 418 419 420 421 422 423
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

config DVB_S5H1411
	tristate "Samsung S5H1411 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
424 425 426 427
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

428 429 430 431 432 433 434 435 436 437 438
comment "ISDB-T (terrestrial) frontends"
	depends on DVB_CORE

config DVB_S921
	tristate "Sharp S921 tuner"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
	  Say Y when you want to support this frontend.

439
comment "Digital terrestrial only tuners/PLL"
440 441
	depends on DVB_CORE

442
config DVB_PLL
443
	tristate "Generic I2C PLL based tuners"
444
	depends on DVB_CORE && I2C
445 446
	default m if DVB_FE_CUSTOMISE
	help
447
	  This module drives a number of tuners based on PLL chips with a
448
	  common I2C interface. Say Y when you want to support these tuners.
449

450 451 452 453 454 455 456 457 458
config DVB_TUNER_DIB0070
	tristate "DiBcom DiB0070 silicon base-band tuner"
	depends on I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A driver for the silicon baseband tuner DiB0070 from DiBcom.
	  This device is only used inside a SiP called togther with a
	  demodulator for now.

459
comment "SEC control devices for DVB-S"
460 461 462
	depends on DVB_CORE

config DVB_LNBP21
463
	tristate "LNBP21/LNBH24 SEC controllers"
464
	depends on DVB_CORE && I2C
465
	default m if DVB_FE_CUSTOMISE
466
	help
467
	  An SEC control chips.
468

469 470 471 472 473 474 475
config DVB_ISL6405
	tristate "ISL6405 SEC controller"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  An SEC control chip.

476 477
config DVB_ISL6421
	tristate "ISL6421 SEC controller"
478
	depends on DVB_CORE && I2C
479
	default m if DVB_FE_CUSTOMISE
480 481 482
	help
	  An SEC control chip.

483 484 485 486 487 488 489
config DVB_LGS8GL5
	tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  A DMB-TH tuner module. Say Y when you want to support this frontend.

490 491 492 493 494 495
comment "Tools to develop new frontends"

config DVB_DUMMY_FE
	tristate "Dummy frontend driver"
	default n

496 497 498 499 500 501
config DVB_AF9013
	tristate "Afatech AF9013 demodulator"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
502
endmenu