Kconfig 11.0 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

L
Linus Torvalds 已提交
95 96 97 98
comment "DVB-T (terrestrial) frontends"
	depends on DVB_CORE

config DVB_SP8870
99
	tristate "Spase sp8870 based"
100
	depends on DVB_CORE && I2C && HOTPLUG
101
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
102 103
	select FW_LOADER
	help
104
	  A DVB-T tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
105 106 107

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

config DVB_SP887X
112
	tristate "Spase sp887x based"
113
	depends on DVB_CORE && I2C && HOTPLUG
114
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
115 116 117 118 119 120
	select FW_LOADER
	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
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 125

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

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

config DVB_L64781
	tristate "LSI L64781"
140
	depends on DVB_CORE && I2C
141
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
142 143 144 145 146
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_TDA1004X
	tristate "Philips TDA10045H/TDA10046H based"
147
	depends on DVB_CORE && I2C && HOTPLUG
148
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
149 150 151 152 153 154
	select FW_LOADER
	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",
155
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
156 157
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
L
Linus Torvalds 已提交
158 159 160

config DVB_NXT6000
	tristate "NxtWave Communications NXT6000 based"
161
	depends on DVB_CORE && I2C
162
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
163 164 165 166 167
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

config DVB_MT352
	tristate "Zarlink MT352 based"
168
	depends on DVB_CORE && I2C
169
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
170 171 172
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

173 174
config DVB_ZL10353
	tristate "Zarlink ZL10353 based"
175
	depends on DVB_CORE && I2C
176
	default m if DVB_FE_CUSTOMISE
177 178 179
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
180 181
config DVB_DIB3000MB
	tristate "DiBcom 3000M-B"
182
	depends on DVB_CORE && I2C
183
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
184 185 186 187 188 189
	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"
190
	depends on DVB_CORE && I2C
191
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
192 193 194 195
	help
	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
	  to support this frontend.

196 197 198 199 200 201 202 203
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.

204 205 206 207 208 209 210 211
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.

212 213
config DVB_TDA10048
	tristate "Philips TDA10048HN based"
214
	depends on DVB_CORE && I2C && HOTPLUG
215 216 217 218 219
	default m if DVB_FE_CUSTOMISE
	select FW_LOADER
	help
	  A DVB-T tuner module. Say Y when you want to support this frontend.

L
Linus Torvalds 已提交
220 221 222 223 224
comment "DVB-C (cable) frontends"
	depends on DVB_CORE

config DVB_VES1820
	tristate "VLSI VES1820 based"
225
	depends on DVB_CORE && I2C
226
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
227
	help
228
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
229 230 231

config DVB_TDA10021
	tristate "Philips TDA10021 based"
232
	depends on DVB_CORE && I2C
233 234 235 236 237 238 239
	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
240
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
241
	help
242
	  A DVB-C tuner module. Say Y when you want to support this frontend.
L
Linus Torvalds 已提交
243 244 245

config DVB_STV0297
	tristate "ST STV0297 based"
246
	depends on DVB_CORE && I2C
247
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
248 249 250
	help
	  A DVB-C tuner module. Say Y when you want to support this frontend.

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

254
config DVB_NXT200X
255
	tristate "NxtWave Communications NXT2002/NXT2004 based"
256
	depends on DVB_CORE && I2C && HOTPLUG
257
	default m if DVB_FE_CUSTOMISE
258 259 260 261 262
	select FW_LOADER
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

263 264 265 266 267 268
	  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 已提交
269
config DVB_OR51211
270
	tristate "Oren OR51211 based"
271
	depends on DVB_CORE && I2C && HOTPLUG
272
	default m if DVB_FE_CUSTOMISE
L
Linus Torvalds 已提交
273 274 275 276
	select FW_LOADER
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

277 278 279 280 281
	  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).

282
config DVB_OR51132
283
	tristate "Oren OR51132 based"
284
	depends on DVB_CORE && I2C && HOTPLUG
285
	default m if DVB_FE_CUSTOMISE
286 287 288 289 290
	select FW_LOADER
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

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

298 299
config DVB_BCM3510
	tristate "Broadcom BCM3510"
300
	depends on DVB_CORE && I2C && HOTPLUG
301
	default m if DVB_FE_CUSTOMISE
302 303 304 305 306
	select FW_LOADER
	help
	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
	  support this frontend.

307
config DVB_LGDT330X
308
	tristate "LG Electronics LGDT3302/LGDT3303 based"
309
	depends on DVB_CORE && I2C
310
	default m if DVB_FE_CUSTOMISE
311 312 313 314 315 316 317 318
	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
319 320 321 322 323 324 325 326
	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
327 328 329 330 331 332 333 334
	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
335 336 337 338
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

339
comment "Digital terrestrial only tuners/PLL"
340 341
	depends on DVB_CORE

342
config DVB_PLL
343
	tristate "Generic I2C PLL based tuners"
344
	depends on DVB_CORE && I2C
345 346
	default m if DVB_FE_CUSTOMISE
	help
347
	  This module drives a number of tuners based on PLL chips with a
348
	  common I2C interface. Say Y when you want to support these tuners.
349

350 351 352 353 354 355 356 357 358
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.

359
comment "SEC control devices for DVB-S"
360 361 362 363
	depends on DVB_CORE

config DVB_LNBP21
	tristate "LNBP21 SEC controller"
364
	depends on DVB_CORE && I2C
365
	default m if DVB_FE_CUSTOMISE
366 367 368
	help
	  An SEC control chip.

369 370 371 372 373 374 375
config DVB_ISL6405
	tristate "ISL6405 SEC controller"
	depends on DVB_CORE && I2C
	default m if DVB_FE_CUSTOMISE
	help
	  An SEC control chip.

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

L
Linus Torvalds 已提交
383
endmenu