aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorMaxim Plotnikov <wgh@torlan.ru>2020-12-01 01:14:27 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-27 14:42:23 +0100
commit65fba0b15e99606f094d688bc562168834d214dd (patch)
tree0ce5d72326e0a6134f76119ef9604c8caed6be2a /drivers/media/dvb-frontends
parentmedia: rcar-vin: Route events to correct video device (diff)
downloadlinux-dev-65fba0b15e99606f094d688bc562168834d214dd.tar.xz
linux-dev-65fba0b15e99606f094d688bc562168834d214dd.zip
media: Fix RTL2832 not depending on REGMAP_I2C
Prevents this compile time error: ERROR: modpost: "__regmap_init_i2c" [drivers/media/dvb-frontends/rtl2832.ko] undefined! Signed-off-by: Maxim Plotnikov <wgh@torlan.ru> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index 643b851a6b60..6a1ef277fea4 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -515,7 +515,7 @@ config DVB_RTL2830
config DVB_RTL2832
tristate "Realtek RTL2832 DVB-T"
depends on DVB_CORE && I2C && I2C_MUX
- select REGMAP
+ select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.