patacongo commented on a change in pull request #1233: URL: https://github.com/apache/incubator-nuttx/pull/1233#discussion_r439857620
########## File path: drivers/usbhost/Kconfig ########## @@ -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--- Review comment: Please add: depends on EXPERIMENTAL ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org