diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 96b27016670e..ef3e43a03199 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -497,7 +497,7 @@ comment "ISDB-T (terrestrial) frontends" | |||
497 | depends on DVB_CORE | 497 | depends on DVB_CORE |
498 | 498 | ||
499 | config DVB_S921 | 499 | config DVB_S921 |
500 | tristate "Sharp S921 tuner" | 500 | tristate "Sharp S921 frontend" |
501 | depends on DVB_CORE && I2C | 501 | depends on DVB_CORE && I2C |
502 | default m if DVB_FE_CUSTOMISE | 502 | default m if DVB_FE_CUSTOMISE |
503 | help | 503 | help |
@@ -512,6 +512,14 @@ config DVB_DIB8000 | |||
512 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. | 512 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. |
513 | Say Y when you want to support this frontend. | 513 | Say Y when you want to support this frontend. |
514 | 514 | ||
515 | config DVB_MB86A20S | ||
516 | tristate "Fujitsu mb86a20s" | ||
517 | depends on DVB_CORE && I2C | ||
518 | default m if DVB_FE_CUSTOMISE | ||
519 | help | ||
520 | A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator. | ||
521 | Say Y when you want to support this frontend. | ||
522 | |||
515 | comment "Digital terrestrial only tuners/PLL" | 523 | comment "Digital terrestrial only tuners/PLL" |
516 | depends on DVB_CORE | 524 | depends on DVB_CORE |
517 | 525 | ||