summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-05-06 10:54:35 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-22 14:36:39 +0200
commita43897f9f36c7996fcb0499deaa013360a729382 (patch)
tree2f8352f2a3baf2093619f97fc9a69ae2e26c93db
parent43ebb405e5920dc905297255649ffed92496b421 (diff)
colibri_imx7: enable stdio deregister to allow USB reset
The command usb reset potentially requires to deregister USB keyboards, hence enable it if USB Keyboards are enabled. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/colibri_imx7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
index 2555878c90..1a192caf0a 100644
--- a/include/configs/colibri_imx7.h
+++ b/include/configs/colibri_imx7.h
@@ -141,6 +141,7 @@
#define CONFIG_USB_KEYBOARD
#ifdef CONFIG_USB_KEYBOARD
#define CONFIG_SYS_USB_EVENT_POLL
+#define CONFIG_SYS_STDIO_DEREGISTER
#endif /* CONFIG_USB_KEYBOARD */
/* Client */
#define CONFIG_USB_GADGET