mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
net: qmi_wwan: fix build error due to cdc-wdm dependecy
Fixes: drivers/built-in.o: In function `qmi_wwan_bind_shared': qmi_wwan.c:(.text+0x25b686): undefined reference to `usb_cdc_wdm_register' make[1]: *** [.tmp_vmlinux1] Error 1 Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Bjørn Mork <bjorn@mork.no> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
df828598a7
commit
74cba4a85e
@ -401,6 +401,7 @@ config USB_NET_KALMIA
|
||||
config USB_NET_QMI_WWAN
|
||||
tristate "QMI WWAN driver for Qualcomm MSM based 3G and LTE modems"
|
||||
depends on USB_USBNET
|
||||
select USB_WDM
|
||||
help
|
||||
Support WWAN LTE/3G devices based on Qualcomm Mobile Data Modem
|
||||
(MDM) chipsets. Examples of such devices are
|
||||
|
Loading…
x
Reference in New Issue
Block a user