diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-16 17:21:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:06 -0400 |
commit | 04ad28c9916da709f38b1d43817892142c2c3508 (patch) | |
tree | 1ae338bce55ef7322dd96237a601f322639e4dac /drivers/media/dvb/frontends/Kconfig | |
parent | 34c080295af9b3ed9f704a881e07eb5ac128e1ed (diff) |
V4L/DVB (9017): Add support for Silicon Laboratories SI2109/2110 demodulators.
Add support for Silicon Laboratories SI2109/2110 demodulator
and cards with it, such as DvbWorld PCI2002.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
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 | ||
102 | config 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 | |||
102 | comment "DVB-T (terrestrial) frontends" | 109 | comment "DVB-T (terrestrial) frontends" |
103 | depends on DVB_CORE | 110 | depends on DVB_CORE |
104 | 111 | ||