Clean compile errors from last commit

This commit is contained in:
Gregory Nutt
2015-04-20 08:53:21 -06:00
parent 8e23ad72b5
commit 9e0b239c37
3 changed files with 23 additions and 9 deletions
+9
View File
@@ -30,10 +30,19 @@ config USBHOST_ISOC_DISABLE
On some architectures, selecting this setting will reduce driver size
by disabling isochronous endpoint support
config USBHOST_ASYNCH
bool "Asynchronous transfer support"
default n
---help---
Select if the host controller driver needs to support asynchronous
I/O transfer. This may be required, for example, to receive
infrequent, asynchronous input from an interrupt pipe.
config USBHOST_HUB
bool "USB Hub Support"
default n
depends on EXPERIMENTAL
select USBHOST_ASYNCH
---help---
Select this option to build in support for USB hubs.