diff options
author | Antti Palosaari <crope@iki.fi> | 2014-12-14 10:45:57 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 21:05:33 +0300 |
commit | d10165815b5a319b12554a2ad83f3e1598a9ea8f (patch) | |
tree | 48d33af0a9ba47e2f908909450a5337f31a42794 /drivers/media/dvb-frontends/Kconfig | |
parent | de0a5f1132458331148b23731d063417c3bac910 (diff) | |
download | linux-d10165815b5a319b12554a2ad83f3e1598a9ea8f.tar.xz |
[media] rtl2832: convert to regmap API
Use regmap to cover 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/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 0e1263456922..bb76727d924e 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -452,6 +452,7 @@ config DVB_RTL2830 config DVB_RTL2832 tristate "Realtek RTL2832 DVB-T" depends on DVB_CORE && I2C && I2C_MUX + select REGMAP default m if !MEDIA_SUBDRV_AUTOSELECT help Say Y when you want to support this frontend. |