summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari2017-06-12 07:49:33 +0200
committerMauro Carvalho Chehab2017-06-20 15:22:11 +0200
commitf458a1bc671c38a7819be7f047d47dedcbc16aca (patch)
tree06fdb9c1597f2962984fd74aa24c79a3b0055a10 /drivers/media/dvb-frontends/Kconfig
parent[media] af9013: fix logging (diff)
downloadkernel-qcow2-linux-f458a1bc671c38a7819be7f047d47dedcbc16aca.tar.gz
kernel-qcow2-linux-f458a1bc671c38a7819be7f047d47dedcbc16aca.tar.xz
kernel-qcow2-linux-f458a1bc671c38a7819be7f047d47dedcbc16aca.zip
[media] af9013: convert to regmap api
Use regmap for register access. Own low level i2c read and write routines for regmap is still needed because chip uses single command byte in addition to typical i2c register access. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r--drivers/media/dvb-frontends/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index e8c6554a47aa..3a260b82b3e8 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -436,6 +436,7 @@ config DVB_TDA10048
config DVB_AF9013
tristate "Afatech AF9013 demodulator"
depends on DVB_CORE && I2C
+ select REGMAP
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.