diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-21 03:21:44 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 12:12:50 +0200 |
commit | 54ab48ed5db69212b9b6abc88d21cbbd5c16e7c3 (patch) | |
tree | a6cb8edefde7fb2036fec455aced3492133eb266 /drivers/media/dvb-frontends/Kconfig | |
parent | [media] tda10071: rename device state struct to dev (diff) | |
download | linux-54ab48ed5db69212b9b6abc88d21cbbd5c16e7c3.tar.xz linux-54ab48ed5db69212b9b6abc88d21cbbd5c16e7c3.zip |
[media] tda10071: convert to regmap I2C API
Use regmap API for I2C operations.
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 5ab90f36a6a6..e717a05b71f6 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -264,6 +264,7 @@ config DVB_MB86A16 config DVB_TDA10071 tristate "NXP TDA10071" depends on DVB_CORE && I2C + select REGMAP default m if !MEDIA_SUBDRV_AUTOSELECT help Say Y when you want to support this frontend. |