aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-07-22 01:28:00 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-22 01:36:29 -0300
commit64a43323e429d2b183fc02451b3201cce873807d (patch)
tree49aa97c6d1fc7354ff9b7e7c4efb131aa376b863 /drivers/media/dvb-frontends
parent[media] rtl2832_sdr: remove plain 64-bit divisions (diff)
downloadlinux-dev-64a43323e429d2b183fc02451b3201cce873807d.tar.xz
linux-dev-64a43323e429d2b183fc02451b3201cce873807d.zip
[media] rtl2832_sdr: fix Kconfig dependencies
MEDIA_SDR_SUPPORT and I2C_MUX are needed for rtl2832_sdr. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
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 7225f059ba2d..78a95a682553 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -448,7 +448,7 @@ config DVB_RTL2832
config DVB_RTL2832_SDR
tristate "Realtek RTL2832 SDR"
- depends on DVB_CORE && I2C && VIDEO_V4L2
+ depends on DVB_CORE && I2C && I2C_MUX && VIDEO_V4L2 && MEDIA_SDR_SUPPORT
select DVB_RTL2832
select VIDEOBUF2_VMALLOC
default m if !MEDIA_SUBDRV_AUTOSELECT