diff options
author | Antti Palosaari <crope@iki.fi> | 2016-02-05 08:04:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 09:16:48 -0300 |
commit | 877ba50b057f53b761c7acab6f4ae5376513b34f (patch) | |
tree | 82ce1ff5b82437af2704ad3541ead71702bd0db0 /drivers/media/dvb-frontends/Kconfig | |
parent | 9c91738d49259b2aabd136ade053dcc0cd273179 (diff) | |
download | linux-877ba50b057f53b761c7acab6f4ae5376513b34f.tar.bz2 |
[media] mn88473: move out of staging
Move driver to drivers.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb-frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 310e4b8beae8..a82f77c49bd5 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -73,6 +73,14 @@ config DVB_SI2165 Say Y when you want to support this frontend. +config DVB_MN88473 + tristate "Panasonic MN88473" + depends on DVB_CORE && I2C + select REGMAP_I2C + default m if !MEDIA_SUBDRV_AUTOSELECT + help + Say Y when you want to support this frontend. + comment "DVB-S (satellite) frontends" depends on DVB_CORE |