From: Antti Palosaari Date: Fri, 25 Jul 2014 09:31:32 +0000 (-0300) Subject: [media] Kconfig: rtl2832_sdr must depend on USB X-Git-Tag: v4.14-rc1~6092^2~1064 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69cc4bfab9e65168f50a1f1d163c0d70a394bae3;p=platform%2Fkernel%2Flinux-rpi.git [media] Kconfig: rtl2832_sdr must depend on USB Fixes error: [next:master 7435/8702] ERROR: "usb_alloc_urb [drivers/media/dvb-frontends/rtl2832_sdr.ko] undefined! rtl2832_sdr driver implements own USB streaming for SDR data. Logically that functionality belongs to USB interface driver, but currently it is implemented here. Reported-by: kbuild test robot Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 78a95a6..5b8b04c 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 && I2C_MUX && VIDEO_V4L2 && MEDIA_SDR_SUPPORT + depends on DVB_CORE && I2C && I2C_MUX && VIDEO_V4L2 && MEDIA_SDR_SUPPORT && USB select DVB_RTL2832 select VIDEOBUF2_VMALLOC default m if !MEDIA_SUBDRV_AUTOSELECT