aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index d2f31da26cbc..7697391ca86c 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -99,6 +99,13 @@ config DVB_CX24116
99 help 99 help
100 A DVB-S/S2 tuner module. Say Y when you want to support this frontend. 100 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
101 101
102config DVB_SI21XX
103 tristate "Silicon Labs SI21XX based"
104 depends on DVB_CORE && I2C
105 default m if DVB_FE_CUSTOMISE
106 help
107 A DVB-S tuner module. Say Y when you want to support this frontend.
108
102comment "DVB-T (terrestrial) frontends" 109comment "DVB-T (terrestrial) frontends"
103 depends on DVB_CORE 110 depends on DVB_CORE
104 111