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

102 103 104 105 106 107 108
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 已提交
109 110 111 112
comment "DVB-T (terrestrial) frontends"
	depends on DVB_CORE

config DVB_SP8870
113
	tristate "Spase sp8870 based"
114
	depends on DVB_CORE && I2C
115
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
116
	help
117
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
118 119 120

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

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

config DVB_CX22700
	tristate "Conexant CX22700 based"
138
	depends on DVB_CORE && I2C
139
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
140 141 142 143
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_CX22702
144
	tristate "Conexant cx22702 demodulator (OFDM)"
145
	depends on DVB_CORE && I2C
146
	default m if DVB_FE_CUSTOMISE
147 148
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
149

150 151
config DVB_DRX397XD
	tristate "Micronas DRX3975D/DRX3977D based"
152
	depends on DVB_CORE && I2C
153 154 155 156 157 158 159 160 161 162
	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 已提交
163 164
config DVB_L64781
	tristate "LSI L64781"
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.

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

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

config DVB_MT352
	tristate "Zarlink MT352 based"
192
	depends on DVB_CORE && I2C
193
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
194 195 196
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

197 198
config DVB_ZL10353
	tristate "Zarlink ZL10353 based"
199
	depends on DVB_CORE && I2C
200
	default m if DVB_FE_CUSTOMISE
201 202 203
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

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

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

228 229 230 231 232 233 234 235
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.

236 237
config DVB_TDA10048
	tristate "Philips TDA10048HN based"
238
	depends on DVB_CORE && I2C
239 240 241 242
	default m if DVB_FE_CUSTOMISE
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
243 244 245 246 247
comment "DVB-C (cable) frontends"
	depends on DVB_CORE

config DVB_VES1820
	tristate "VLSI VES1820 based"
248
	depends on DVB_CORE && I2C
249
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
250
	help
251
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
252 253 254

config DVB_TDA10021
	tristate "Philips TDA10021 based"
255
	depends on DVB_CORE && I2C
256 257 258 259 260 261 262
	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
263
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
264
	help
265
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
266 267 268

config DVB_STV0297
	tristate "ST STV0297 based"
269
	depends on DVB_CORE && I2C
270
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
271 272 273
	help
	  A DVB-C tuner module. Say Y when you want to support this frontend.

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

277
config DVB_NXT200X
278
	tristate "NxtWave Communications NXT2002/NXT2004 based"
279
	depends on DVB_CORE && I2C
280
	default m if DVB_FE_CUSTOMISE
281 282 283 284
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

285 286 287 288 289 290
	  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 已提交
291
config DVB_OR51211
292
	tristate "Oren OR51211 based"
293
	depends on DVB_CORE && I2C
294
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
295 296 297
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

298 299 300 301 302
	  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).

303
config DVB_OR51132
304
	tristate "Oren OR51132 based"
305
	depends on DVB_CORE && I2C
306
	default m if DVB_FE_CUSTOMISE
307 308 309 310
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

311 312 313 314 315 316 317
	  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).

318 319
config DVB_BCM3510
	tristate "Broadcom BCM3510"
320
	depends on DVB_CORE && I2C
321
	default m if DVB_FE_CUSTOMISE
322 323 324 325
	help
	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
	  support this frontend.

326
config DVB_LGDT330X
327
	tristate "LG Electronics LGDT3302/LGDT3303 based"
328
	depends on DVB_CORE && I2C
329
	default m if DVB_FE_CUSTOMISE
330 331 332 333 334 335 336 337
	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
338 339 340 341 342 343 344 345
	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
346 347 348 349 350 351 352 353
	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
354 355 356 357
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

358
comment "Digital terrestrial only tuners/PLL"
359 360
	depends on DVB_CORE

361
config DVB_PLL
362
	tristate "Generic I2C PLL based tuners"
363
	depends on DVB_CORE && I2C
364 365
	default m if DVB_FE_CUSTOMISE
	help
366
	  This module drives a number of tuners based on PLL chips with a
367
	  common I2C interface. Say Y when you want to support these tuners.
368

369 370 371 372 373 374 375 376 377
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.

378
comment "SEC control devices for DVB-S"
379 380 381 382
	depends on DVB_CORE

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

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

395 396
config DVB_ISL6421
	tristate "ISL6421 SEC controller"
397
	depends on DVB_CORE && I2C
398
	default m if DVB_FE_CUSTOMISE
399 400 401
	help
	  An SEC control chip.

402 403 404 405 406 407 408
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.

409 410 411 412 413 414
comment "Tools to develop new frontends"

config DVB_DUMMY_FE
	tristate "Dummy frontend driver"
	default n

415 416 417 418 419 420
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 已提交
421
endmenu