aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorGravatar Antti Palosaari <crope@iki.fi> 2015-04-16 22:43:52 -0300
committerGravatar Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2015-06-10 11:08:50 -0300
commit478932b16052f5ded74685d096ae920cd17d6424 (patch)
treea6714a4e5615aa1d05dfaf642eeb5c96d311a3ac /drivers/media/dvb-frontends/Kconfig
parent[media] m88ds3103: rename variables and correct logging (diff)
downloadlinux-478932b16052f5ded74685d096ae920cd17d6424.tar.gz
linux-478932b16052f5ded74685d096ae920cd17d6424.tar.bz2
linux-478932b16052f5ded74685d096ae920cd17d6424.zip
[media] m88ds3103: use regmap for I2C register access
Use regmap for I2C register access. Remove own I2C repeated mutex as it should not be needed. I2C adapter lock is already taken when I2C mux adapter is called, no need for double locking. 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 b7627caba1e7..0d35f5850ff1 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -38,6 +38,7 @@ config DVB_STV6110x
config DVB_M88DS3103
tristate "Montage Technology M88DS3103"
depends on DVB_CORE && I2C && I2C_MUX
+ select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.