aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorGravatar Antti Palosaari <crope@iki.fi> 2015-03-27 18:14:25 -0300
committerGravatar Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2015-06-10 10:59:25 -0300
commitf158cbceb165f318a89a8bb831dc3ea27823b3f8 (patch)
tree1dc3055f2fb19f4dbc6a016ba5fde68a82e8da60 /drivers/media/dvb-frontends/Kconfig
parent[media] ts2020: register I2C driver from legacy media attach (diff)
downloadlinux-f158cbceb165f318a89a8bb831dc3ea27823b3f8.tar.gz
linux-f158cbceb165f318a89a8bb831dc3ea27823b3f8.tar.bz2
linux-f158cbceb165f318a89a8bb831dc3ea27823b3f8.zip
[media] ts2020: convert to regmap I2C API
Use regmap to cover I2C register access. 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/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index 65034a82b24e..ba65a001ba25 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -239,7 +239,8 @@ config DVB_SI21XX
config DVB_TS2020
tristate "Montage Tehnology TS2020 based tuners"
- depends on DVB_CORE && I2C
+ depends on DVB_CORE
+ select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner.