diff options
author | Antti Palosaari <crope@iki.fi> | 2013-02-25 08:39:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-19 09:17:48 -0200 |
commit | 395d00d1ca8947887fd0fbdec4fff90c4da21877 (patch) | |
tree | ed9daf1657d2f3fab4995bb5a36424d305f000e4 /drivers/media/dvb-frontends/Kconfig | |
parent | 0400c5354ad09bf4c754132992bdde9ef3dbefcd (diff) | |
download | blackbird-op-linux-395d00d1ca8947887fd0fbdec4fff90c4da21877.tar.gz blackbird-op-linux-395d00d1ca8947887fd0fbdec4fff90c4da21877.zip |
[media] Montage M88DS3103 DVB-S/S2 demodulator driver
DVB-S/S2 satellite television demodulator driver.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.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 bddbab43a2df..6c46caf31a52 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -35,6 +35,13 @@ config DVB_STV6110x help A Silicon tuner that supports DVB-S and DVB-S2 modes +config DVB_M88DS3103 + tristate "Montage M88DS3103" + depends on DVB_CORE && I2C + default m if !MEDIA_SUBDRV_AUTOSELECT + help + Say Y when you want to support this frontend. + comment "Multistandard (cable + terrestrial) frontends" depends on DVB_CORE |