Kconfig 11.9 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.

L
Linus Torvalds 已提交
15 16 17
comment "DVB-S (satellite) frontends"
	depends on DVB_CORE

18 19
config DVB_CX24110
	tristate "Conexant CX24110 based"
20
	depends on DVB_CORE && I2C
21
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
22 23 24
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

25 26
config DVB_CX24123
	tristate "Conexant CX24123 based"
27
	depends on DVB_CORE && I2C
28
	default m if DVB_FE_CUSTOMISE
29
	help
L
Linus Torvalds 已提交
30
	  A DVB-S tuner module. Say Y when you want to support this frontend.
31

32
config DVB_MT312
33
	tristate "Zarlink VP310/MT312/ZL10313 based"
34 35 36 37 38 39 40 41 42 43 44 45 46 47
	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.

config DVB_STV0299
	tristate "ST STV0299 based"
48
	depends on DVB_CORE && I2C
49
	default m if DVB_FE_CUSTOMISE
50 51
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.
52

L
Linus Torvalds 已提交
53 54
config DVB_TDA8083
	tristate "Philips TDA8083 based"
55
	depends on DVB_CORE && I2C
56
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
57 58 59
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

60 61
config DVB_TDA10086
	tristate "Philips TDA10086 based"
62
	depends on DVB_CORE && I2C
63
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
64 65 66 67 68
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_VES1X93
	tristate "VLSI VES1893 or VES1993 based"
69
	depends on DVB_CORE && I2C
70
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
71 72 73
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

74 75
config DVB_TUNER_ITD1000
	tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
76
	depends on DVB_CORE && I2C
77
	default m if DVB_FE_CUSTOMISE
78 79 80
	help
	  A DVB-S tuner module. Say Y when you want to support this frontend.

81 82
config DVB_TDA826X
	tristate "Philips TDA826X silicon tuner"
83
	depends on DVB_CORE && I2C
84 85
	default m if DVB_FE_CUSTOMISE
	help
86 87 88 89 90 91 92 93
	  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.
94

95 96 97 98 99 100 101
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.

L
Linus Torvalds 已提交
102 103 104 105
comment "DVB-T (terrestrial) frontends"
	depends on DVB_CORE

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

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

config DVB_SP887X
118
	tristate "Spase sp887x based"
119
	depends on DVB_CORE && I2C
120
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
121 122 123 124 125
	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
126 127
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
128 129 130

config DVB_CX22700
	tristate "Conexant CX22700 based"
131
	depends on DVB_CORE && I2C
132
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
133 134 135 136
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_CX22702
137
	tristate "Conexant cx22702 demodulator (OFDM)"
138
	depends on DVB_CORE && I2C
139
	default m if DVB_FE_CUSTOMISE
140 141
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
142

143 144
config DVB_DRX397XD
	tristate "Micronas DRX3975D/DRX3977D based"
145
	depends on DVB_CORE && I2C
146 147 148 149 150 151 152 153 154 155
	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 已提交
156 157
config DVB_L64781
	tristate "LSI L64781"
158
	depends on DVB_CORE && I2C
159
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
160 161 162 163 164
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_TDA1004X
	tristate "Philips TDA10045H/TDA10046H based"
165
	depends on DVB_CORE && I2C
166
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
167 168 169 170 171
	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",
172
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
173 174
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
175 176 177

config DVB_NXT6000
	tristate "NxtWave Communications NXT6000 based"
178
	depends on DVB_CORE && I2C
179
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
180 181 182 183 184
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_MT352
	tristate "Zarlink MT352 based"
185
	depends on DVB_CORE && I2C
186
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
187 188 189
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

190 191
config DVB_ZL10353
	tristate "Zarlink ZL10353 based"
192
	depends on DVB_CORE && I2C
193
	default m if DVB_FE_CUSTOMISE
194 195 196
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
197 198
config DVB_DIB3000MB
	tristate "DiBcom 3000M-B"
199
	depends on DVB_CORE && I2C
200
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
201 202 203 204 205 206
	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"
207
	depends on DVB_CORE && I2C
208
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
209 210 211 212
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

213 214 215 216 217 218 219 220
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.

221 222 223 224 225 226 227 228
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.

229 230
config DVB_TDA10048
	tristate "Philips TDA10048HN based"
231
	depends on DVB_CORE && I2C
232 233 234 235
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
236 237 238 239 240
comment "DVB-C (cable) frontends"
	depends on DVB_CORE

config DVB_VES1820
	tristate "VLSI VES1820 based"
241
	depends on DVB_CORE && I2C
242
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
243
	help
244
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
245 246 247

config DVB_TDA10021
	tristate "Philips TDA10021 based"
248
	depends on DVB_CORE && I2C
249 250 251 252 253 254 255
	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
256
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
257
	help
258
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
259 260 261

config DVB_STV0297
	tristate "ST STV0297 based"
262
	depends on DVB_CORE && I2C
263
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
264 265 266
	help
	  A DVB-C tuner module. Say Y when you want to support this frontend.

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

270
config DVB_NXT200X
271
	tristate "NxtWave Communications NXT2002/NXT2004 based"
272
	depends on DVB_CORE && I2C
273
	default m if DVB_FE_CUSTOMISE
274 275 276 277
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

278 279 280 281 282 283
	  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 已提交
284
config DVB_OR51211
285
	tristate "Oren OR51211 based"
286
	depends on DVB_CORE && I2C
287
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
288 289 290
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

291 292 293 294 295
	  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).

296
config DVB_OR51132
297
	tristate "Oren OR51132 based"
298
	depends on DVB_CORE && I2C
299
	default m if DVB_FE_CUSTOMISE
300 301 302 303
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

304 305 306 307 308 309 310
	  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).

311 312
config DVB_BCM3510
	tristate "Broadcom BCM3510"
313
	depends on DVB_CORE && I2C
314
	default m if DVB_FE_CUSTOMISE
315 316 317 318
	help
	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
	  support this frontend.

319
config DVB_LGDT330X
320
	tristate "LG Electronics LGDT3302/LGDT3303 based"
321
	depends on DVB_CORE && I2C
322
	default m if DVB_FE_CUSTOMISE
323 324 325 326 327 328 329 330
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

config DVB_S5H1409
	tristate "Samsung S5H1409 based"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
331 332 333 334 335 336 337 338
	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
339 340 341 342 343 344 345 346
	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
347 348 349 350
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

351
comment "Digital terrestrial only tuners/PLL"
352 353
	depends on DVB_CORE

354
config DVB_PLL
355
	tristate "Generic I2C PLL based tuners"
356
	depends on DVB_CORE && I2C
357 358
	default m if DVB_FE_CUSTOMISE
	help
359
	  This module drives a number of tuners based on PLL chips with a
360
	  common I2C interface. Say Y when you want to support these tuners.
361

362 363 364 365 366 367 368 369 370
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.

371
comment "SEC control devices for DVB-S"
372 373 374 375
	depends on DVB_CORE

config DVB_LNBP21
	tristate "LNBP21 SEC controller"
376
	depends on DVB_CORE && I2C
377
	default m if DVB_FE_CUSTOMISE
378 379 380
	help
	  An SEC control chip.

381 382 383 384 385 386 387
config DVB_ISL6405
	tristate "ISL6405 SEC controller"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  An SEC control chip.

388 389
config DVB_ISL6421
	tristate "ISL6421 SEC controller"
390
	depends on DVB_CORE && I2C
391
	default m if DVB_FE_CUSTOMISE
392 393 394
	help
	  An SEC control chip.

395 396 397 398 399 400 401
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.

402 403 404 405 406 407
comment "Tools to develop new frontends"

config DVB_DUMMY_FE
	tristate "Dummy frontend driver"
	default n

408 409 410 411 412 413
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 已提交
414
endmenu