diff options
author | Antti Palosaari <crope@iki.fi> | 2014-08-27 04:45:33 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-22 01:23:27 +0400 |
commit | d2dbc00cea35081b9f998a0985d151f60ce37835 (patch) | |
tree | 168570650e7fe6d048e752b4215c1db0f27027e5 /drivers/media/tuners/Kconfig | |
parent | a71b65e8c545f5a72c1c227eae8a6df1d68f3f24 (diff) | |
download | linux-d2dbc00cea35081b9f998a0985d151f60ce37835.tar.xz |
[media] it913x: convert to RegMap API
Use RegMap API to cover I2C register access routines.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/Kconfig')
-rw-r--r-- | drivers/media/tuners/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig index 83199964b54e..48bff2e23d93 100644 --- a/drivers/media/tuners/Kconfig +++ b/drivers/media/tuners/Kconfig @@ -248,6 +248,7 @@ config MEDIA_TUNER_SI2157 config MEDIA_TUNER_IT913X tristate "ITE Tech IT913x silicon tuner" depends on MEDIA_SUPPORT && I2C + select REGMAP_I2C default m if !MEDIA_SUBDRV_AUTOSELECT help ITE Tech IT913x silicon tuner driver. |