aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-01-26 20:41:38 -0500
committerTom Rini <trini@konsulko.com>2022-01-26 20:41:38 -0500
commit9a1dd6dcfefc56c05ee7f7249faaa97c5f937fbc (patch)
tree171f14dc3ae19d1050b10d53a7d9ae63d36fda55 /common/stdio.c
parent6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff)
parentfc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6 (diff)
downloadu-boot-WIP/26Jan2022.zip
u-boot-WIP/26Jan2022.tar.gz
u-boot-WIP/26Jan2022.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/26Jan2022
Diffstat (limited to 'common/stdio.c')
-rw-r--r--common/stdio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 976f51c..063c659 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -381,6 +381,9 @@ int stdio_add_devices(void)
#ifdef CONFIG_USB_TTY
drv_usbtty_init();
#endif
+#ifdef CONFIG_USB_FUNCTION_ACM
+ drv_usbacm_init ();
+#endif
if (IS_ENABLED(CONFIG_NETCONSOLE))
drv_nc_init();
#ifdef CONFIG_JTAG_CONSOLE