diff options
author | Antti Palosaari <crope@iki.fi> | 2015-03-27 18:14:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 10:59:25 -0300 |
commit | f158cbceb165f318a89a8bb831dc3ea27823b3f8 (patch) | |
tree | 1dc3055f2fb19f4dbc6a016ba5fde68a82e8da60 /drivers/media/dvb-frontends/Kconfig | |
parent | e6ad9ce3e96bb446c6cf0e83a43888e7f30b84ad (diff) | |
download | blackbird-op-linux-f158cbceb165f318a89a8bb831dc3ea27823b3f8.tar.gz blackbird-op-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/Kconfig | 3 |
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. |