diff options
author | Antti Palosaari <crope@iki.fi> | 2014-10-26 23:26:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-14 17:21:45 -0200 |
commit | c1011fb8188819d554dcb01678b4c002f578bb7f (patch) | |
tree | 27d0583a84230af5d180b37381177ef483601bfb /drivers/media/dvb-frontends/Kconfig | |
parent | 528af1952ec04c86d554992021f62cd76fc8b19c (diff) |
[media] mn88472: Convert driver to I2C RegMap API
Convert driver to I2C RegMap API.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 02bada4d7c61..207843e2899c 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -444,6 +444,7 @@ config DVB_CXD2820R config DVB_MN88472 tristate "Panasonic MN88472" depends on DVB_CORE && I2C + select REGMAP_I2C default m if !MEDIA_SUBDRV_AUTOSELECT help Say Y when you want to support this frontend. |