diff options
author | Marek Vasut <marex@denx.de> | 2016-04-28 00:50:28 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-05-17 17:52:20 +0200 |
commit | fdb396aae8e024303bb17baa6409c686ffc376be (patch) | |
tree | 08a73157d72671ed60986b09a7903dfee9fd7264 | |
parent | 9f623326eb67b3475797940a21bb405649c0729b (diff) | |
download | u-boot-imx-fdb396aae8e024303bb17baa6409c686ffc376be.zip u-boot-imx-fdb396aae8e024303bb17baa6409c686ffc376be.tar.gz u-boot-imx-fdb396aae8e024303bb17baa6409c686ffc376be.tar.bz2 |
ARM: mx6: Enable STDIO deregistering on Novena
Novena supports USB keyboard, which is a pluggable device and can be
unplugged. Thus, we need to be able to deregister it's stdio device.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
-rw-r--r-- | include/configs/novena.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index cfb92d6..e938fbc 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -150,6 +150,7 @@ #define CONFIG_USB_EHCI_MX6 #define CONFIG_USB_STORAGE #define CONFIG_USB_KEYBOARD +#define CONFIG_SYS_STDIO_DEREGISTER #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX |