mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-25 20:14:25 +08:00
[media] rtl28xxu: depends on I2C_MUX
We need depend on I2C_MUX as rtl2832 demod used requires it. All error/warnings: warning: (DVB_USB_RTL28XXU) selects DVB_RTL2832 which has unmet direct dependencies (MEDIA_SUPPORT && DVB_CORE && I2C && I2C_MUX) ERROR: "i2c_add_mux_adapter" [drivers/media/dvb-frontends/rtl2832.ko] undefined! ERROR: "i2c_del_mux_adapter" [drivers/media/dvb-frontends/rtl2832.ko] undefined! 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>
This commit is contained in:
parent
55cdb7ddf1
commit
3d0a73aaa9
@ -126,7 +126,7 @@ config DVB_USB_MXL111SF
|
|||||||
|
|
||||||
config DVB_USB_RTL28XXU
|
config DVB_USB_RTL28XXU
|
||||||
tristate "Realtek RTL28xxU DVB USB support"
|
tristate "Realtek RTL28xxU DVB USB support"
|
||||||
depends on DVB_USB_V2
|
depends on DVB_USB_V2 && I2C_MUX
|
||||||
select DVB_RTL2830
|
select DVB_RTL2830
|
||||||
select DVB_RTL2832
|
select DVB_RTL2832
|
||||||
select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
|
select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user