diff options
author | Konstantin Dimitrov <kosio.dimitrov@gmail.com> | 2012-12-23 17:25:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 16:26:58 -0500 |
commit | 6fef4fc71e79282b673d7613cfc63da6bdeec5bd (patch) | |
tree | 99a3a5593b9c42ce2590c67578fbb86344929128 /drivers/media/dvb-frontends/Kconfig | |
parent | c1965eae65f0db2eee574f72aab4e8b34ecf8f9c (diff) |
[media] ts2020: add ts2020 tuner driver
add separate ts2020 tuner driver
Signed-off-by: Konstantin Dimitrov <kosio.dimitrov@gmail.com>
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 5efec73a32d2..6f809a70c78e 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig | |||
@@ -207,6 +207,13 @@ config DVB_SI21XX | |||
207 | help | 207 | help |
208 | A DVB-S tuner module. Say Y when you want to support this frontend. | 208 | A DVB-S tuner module. Say Y when you want to support this frontend. |
209 | 209 | ||
210 | config DVB_TS2020 | ||
211 | tristate "Montage Tehnology TS2020 based tuners" | ||
212 | depends on DVB_CORE && I2C | ||
213 | default m if DVB_FE_CUSTOMISE | ||
214 | help | ||
215 | A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner. | ||
216 | |||
210 | config DVB_DS3000 | 217 | config DVB_DS3000 |
211 | tristate "Montage Tehnology DS3000 based" | 218 | tristate "Montage Tehnology DS3000 based" |
212 | depends on DVB_CORE && I2C | 219 | depends on DVB_CORE && I2C |