diff options
author | Antti Palosaari <crope@iki.fi> | 2014-12-12 01:03:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 15:59:19 -0200 |
commit | 15d37f382469b1f35a9fb97f839eb3122ef7bc98 (patch) | |
tree | ecfbbf86104141acab6424523e80b7dcd06150e4 /drivers/media/dvb-frontends/Kconfig | |
parent | fd4cfa8bb1bc0cdd385f33303b5058674ea8e24c (diff) | |
download | linux-15d37f382469b1f35a9fb97f839eb3122ef7bc98.tar.bz2 |
[media] rtl2830: 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 e8827fc1ca11..0e1263456922 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -444,6 +444,7 @@ config DVB_CXD2820R config DVB_RTL2830 tristate "Realtek RTL2830 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. |