diff options
author | Bjørn Mork <bjorn@mork.no> | 2012-03-19 03:48:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-19 18:17:18 -0400 |
commit | 74cba4a85e92650f29be0e2d2ba1c282002d1168 (patch) | |
tree | eda4f51147ec2422d49a212c661da56f00cfe984 | |
parent | df828598a755732e717b0adca82f884e44d37576 (diff) |
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>
-rw-r--r-- | drivers/net/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 4bad899fb38f..833e32f8d63b 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -401,6 +401,7 @@ config USB_NET_KALMIA | |||
401 | config USB_NET_QMI_WWAN | 401 | config USB_NET_QMI_WWAN |
402 | tristate "QMI WWAN driver for Qualcomm MSM based 3G and LTE modems" | 402 | tristate "QMI WWAN driver for Qualcomm MSM based 3G and LTE modems" |
403 | depends on USB_USBNET | 403 | depends on USB_USBNET |
404 | select USB_WDM | ||
404 | help | 405 | help |
405 | Support WWAN LTE/3G devices based on Qualcomm Mobile Data Modem | 406 | Support WWAN LTE/3G devices based on Qualcomm Mobile Data Modem |
406 | (MDM) chipsets. Examples of such devices are | 407 | (MDM) chipsets. Examples of such devices are |