USB host CDC/ACM driver requires CONFIG_SERIAL_REMOVABLE

This commit is contained in:
Gregory Nutt
2015-05-11 15:10:41 -06:00
parent 980763be6f
commit 9df6bd0543
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ config USBHOST_CDCACM
default n
depends on USBHOST_HAVE_ASYNCH && !USBHOST_BULK_DISABLE && !USBHOST_INT_DISABLE
select USBHOST_ASYNCH
select SERIAL_REMOVABLE
---help---
Select this option to build in host support for CDC/ACM serial
devices.