diff options
author | Antti Palosaari <crope@iki.fi> | 2014-02-08 10:20:35 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-14 09:36:45 +0100 |
commit | bd428bbc7527d4ea195712598c1c252ebb4554ae (patch) | |
tree | 05c80eb91f9038222d1b4e886aab5ca3a7945f48 /drivers/media/tuners/Kconfig | |
parent | [media] e4000: get rid of DVB i2c_gate_ctrl() (diff) | |
download | linux-bd428bbc7527d4ea195712598c1c252ebb4554ae.tar.xz linux-bd428bbc7527d4ea195712598c1c252ebb4554ae.zip |
[media] e4000: convert to Regmap API
That comes possible after driver was converted to kernel I2C model
(I2C binding & proper I2C client with no gate control hack). All
nasty low level I2C routines are now covered by regmap.
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@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 3b95392c75e6..85c0d96439a5 100644 --- a/drivers/media/tuners/Kconfig +++ b/drivers/media/tuners/Kconfig @@ -204,6 +204,7 @@ config MEDIA_TUNER_TDA18212 config MEDIA_TUNER_E4000 tristate "Elonics E4000 silicon tuner" depends on MEDIA_SUPPORT && I2C && VIDEO_V4L2 + select REGMAP_I2C default m if !MEDIA_SUBDRV_AUTOSELECT help Elonics E4000 silicon tuner driver. |