mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Add support to CDC-MBIM USB host driver
This driver was created by Adam Porter and posted on NuttX mailing list at Google Group on Nov 14 2019
This commit is contained in:
@@ -262,6 +262,15 @@ config USBHOST_CDCACM_TXBUFSIZE
|
||||
|
||||
endif # USBHOST_CDCACM
|
||||
|
||||
config USBHOST_CDCMBIM
|
||||
bool "CDC/MBIM support"
|
||||
default n
|
||||
depends on USBHOST_HAVE_ASYNCH && !USBHOST_BULK_DISABLE && !USBHOST_INT_DISABLE
|
||||
select USBHOST_ASYNCH
|
||||
---help---
|
||||
Select this option to build in host support for CDC/MBIM network
|
||||
devices.
|
||||
|
||||
config USBHOST_HIDKBD
|
||||
bool "HID Keyboard Class Support"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user