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 58aac018f109..cd7f9b7cbffa 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -208,6 +208,14 @@ config DVB_DS3000 | |||
208 | help | 208 | help |
209 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. | 209 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
210 | 210 | ||
211 | config DVB_MB86A16 | ||
212 | tristate "Fujitsu MB86A16 based" | ||
213 | depends on DVB_CORE && I2C | ||
214 | default m if DVB_FE_CUSTOMISE | ||
215 | help | ||
216 | A DVB-S/DSS Direct Conversion reveiver. | ||
217 | Say Y when you want to support this frontend. | ||
218 | |||
211 | comment "DVB-T (terrestrial) frontends" | 219 | comment "DVB-T (terrestrial) frontends" |
212 | depends on DVB_CORE | 220 | depends on DVB_CORE |
213 | 221 | ||
@@ -526,6 +534,15 @@ config DVB_TUNER_DIB0070 | |||
526 | This device is only used inside a SiP called together with a | 534 | This device is only used inside a SiP called together with a |
527 | demodulator for now. | 535 | demodulator for now. |
528 | 536 | ||
537 | config DVB_TUNER_DIB0090 | ||
538 | tristate "DiBcom DiB0090 silicon base-band tuner" | ||
539 | depends on I2C | ||
540 | default m if DVB_FE_CUSTOMISE | ||
541 | help | ||
542 | A driver for the silicon baseband tuner DiB0090 from DiBcom. | ||
543 | This device is only used inside a SiP called together with a | ||
544 | demodulator for now. | ||
545 | |||
529 | comment "SEC control devices for DVB-S" | 546 | comment "SEC control devices for DVB-S" |
530 | depends on DVB_CORE | 547 | depends on DVB_CORE |
531 | 548 | ||
@@ -578,6 +595,17 @@ config DVB_ATBM8830 | |||
578 | help | 595 | help |
579 | A DMB-TH tuner module. Say Y when you want to support this frontend. | 596 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
580 | 597 | ||
598 | config DVB_TDA665x | ||
599 | tristate "TDA665x tuner" | ||
600 | depends on DVB_CORE && I2C | ||
601 | default m if DVB_FE_CUSTOMISE | ||
602 | help | ||
603 | Support for tuner modules based on Philips TDA6650/TDA6651 chips. | ||
604 | Say Y when you want to support this chip. | ||
605 | |||
606 | Currently supported tuners: | ||
607 | * Panasonic ENV57H12D5 (ET-50DT) | ||
608 | |||
581 | comment "Tools to develop new frontends" | 609 | comment "Tools to develop new frontends" |
582 | 610 | ||
583 | config DVB_DUMMY_FE | 611 | config DVB_DUMMY_FE |