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

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

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

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

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

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

210 211 212 213 214 215 216 217
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.

218 219 220 221 222 223 224 225
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.

226 227
config DVB_TDA10048
	tristate "Philips TDA10048HN based"
228
	depends on DVB_CORE && I2C && HOTPLUG
229 230 231 232 233
	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 已提交
234 235 236 237 238
comment "DVB-C (cable) frontends"
	depends on DVB_CORE

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

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

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

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

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

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

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

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

353
comment "Digital terrestrial only tuners/PLL"
354 355
	depends on DVB_CORE

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

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

373
comment "SEC control devices for DVB-S"
374 375 376 377
	depends on DVB_CORE

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

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

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

L
Linus Torvalds 已提交
397
endmenu