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:
Adam Porter
2020-06-14 10:10:11 -03:00
committed by patacongo
parent 5785340e04
commit 07c0faff59
6 changed files with 2740 additions and 81 deletions
+9
View File
@@ -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