net: fix cdc-phonet.c dependency and build error
Fix build error caused by missing Kconfig dependency: ERROR: "cdc_parse_cdc_header" [drivers/net/usb/cdc-phonet.ko] undefined! Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b84ee0d7f3
commit
37d2dbcdcc
@ -541,7 +541,7 @@ config USB_NET_INT51X1
|
|||||||
|
|
||||||
config USB_CDC_PHONET
|
config USB_CDC_PHONET
|
||||||
tristate "CDC Phonet support"
|
tristate "CDC Phonet support"
|
||||||
depends on PHONET
|
depends on PHONET && USB_USBNET
|
||||||
help
|
help
|
||||||
Choose this option to support the Phonet interface to a Nokia
|
Choose this option to support the Phonet interface to a Nokia
|
||||||
cellular modem, as found on most Nokia handsets with the
|
cellular modem, as found on most Nokia handsets with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user