File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
components/drivers/usb/cherryusb Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ if RT_USING_CHERRYUSB
110110 config RT_CHERRYUSB_DEVICE_CDC_RNDIS
111111 bool
112112 prompt "Enable usb cdc rndis device"
113+ select RT_USING_LWIP
114+ select RT_USING_NETDEV
113115 default n
114116
115117 config RT_CHERRYUSB_DEVICE_CDC_ECM
@@ -330,20 +332,23 @@ if RT_USING_CHERRYUSB
330332 bool
331333 prompt "Enable usb cdc ecm driver"
332334 select RT_USING_LWIP
335+ select RT_USING_NETDEV
333336 select CONFIG_USBHOST_PLATFORM_CDC_ECM
334337 default n
335338
336339 config RT_CHERRYUSB_HOST_CDC_RNDIS
337340 bool
338341 prompt "Enable usb rndis driver"
339342 select RT_USING_LWIP
343+ select RT_USING_NETDEV
340344 select CONFIG_USBHOST_PLATFORM_CDC_RNDIS
341345 default n
342346
343347 config RT_CHERRYUSB_HOST_CDC_NCM
344348 bool
345349 prompt "Enable usb cdc ncm driver"
346350 select RT_USING_LWIP
351+ select RT_USING_NETDEV
347352 select CONFIG_USBHOST_PLATFORM_CDC_NCM
348353 default n
349354
You can’t perform that action at this time.
0 commit comments