diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 9ad86ce4a4e5..68fab616f55d 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -188,6 +188,14 @@ config DVB_DIB7000P | |||
188 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 188 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
189 | to support this frontend. | 189 | to support this frontend. |
190 | 190 | ||
191 | config DVB_TDA10048 | ||
192 | tristate "Philips TDA10048HN based" | ||
193 | depends on DVB_CORE && I2C | ||
194 | default m if DVB_FE_CUSTOMISE | ||
195 | select FW_LOADER | ||
196 | help | ||
197 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
198 | |||
191 | comment "DVB-C (cable) frontends" | 199 | comment "DVB-C (cable) frontends" |
192 | depends on DVB_CORE | 200 | depends on DVB_CORE |
193 | 201 | ||
@@ -291,6 +299,14 @@ config DVB_S5H1409 | |||
291 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 299 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
292 | to support this frontend. | 300 | to support this frontend. |
293 | 301 | ||
302 | config DVB_AU8522 | ||
303 | tristate "Auvitek AU8522 based" | ||
304 | depends on DVB_CORE && I2C | ||
305 | default m if DVB_FE_CUSTOMISE | ||
306 | help | ||
307 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
308 | to support this frontend. | ||
309 | |||
294 | comment "Tuners/PLL support" | 310 | comment "Tuners/PLL support" |
295 | depends on DVB_CORE | 311 | depends on DVB_CORE |
296 | 312 | ||
@@ -369,6 +385,11 @@ config DVB_TUNER_XC5000 | |||
369 | This device is only used inside a SiP called togther with a | 385 | This device is only used inside a SiP called togther with a |
370 | demodulator for now. | 386 | demodulator for now. |
371 | 387 | ||
388 | config DVB_TUNER_ITD1000 | ||
389 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" | ||
390 | depends on DVB_CORE && I2C | ||
391 | default m if DVB_FE_CUSTOMISE | ||
392 | |||
372 | comment "Miscellaneous devices" | 393 | comment "Miscellaneous devices" |
373 | depends on DVB_CORE | 394 | depends on DVB_CORE |
374 | 395 | ||
@@ -379,6 +400,13 @@ config DVB_LNBP21 | |||
379 | help | 400 | help |
380 | An SEC control chip. | 401 | An SEC control chip. |
381 | 402 | ||
403 | config DVB_ISL6405 | ||
404 | tristate "ISL6405 SEC controller" | ||
405 | depends on DVB_CORE && I2C | ||
406 | default m if DVB_FE_CUSTOMISE | ||
407 | help | ||
408 | An SEC control chip. | ||
409 | |||
382 | config DVB_ISL6421 | 410 | config DVB_ISL6421 |
383 | tristate "ISL6421 SEC controller" | 411 | tristate "ISL6421 SEC controller" |
384 | depends on DVB_CORE && I2C | 412 | depends on DVB_CORE && I2C |