summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari2014-10-03 05:28:18 +0200
committerMauro Carvalho Chehab2014-11-14 20:25:45 +0100
commit97de6e89d82ad9168a27b901acc39d45fb5adfcd (patch)
treeba2444e07c5b4865fb41ab1b34d9e385d5675efa /drivers/media/dvb-frontends/Kconfig
parent[media] mn88473: convert driver to I2C binding (diff)
downloadkernel-qcow2-linux-97de6e89d82ad9168a27b901acc39d45fb5adfcd.tar.gz
kernel-qcow2-linux-97de6e89d82ad9168a27b901acc39d45fb5adfcd.tar.xz
kernel-qcow2-linux-97de6e89d82ad9168a27b901acc39d45fb5adfcd.zip
[media] mn88473: convert to RegMap API
Convert driver to I2C RegMap API. That offers unified register access routines, register value caching and more. We need 3 register maps, one for each register page, as chips has 3 I2C address. 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index 2720b8f4491b..e60614b476a1 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -474,6 +474,7 @@ config DVB_SI2168
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.