We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b37c62 commit 8cbef2dCopy full SHA for 8cbef2d
drivers/console/Kconfig
@@ -107,11 +107,9 @@ config USB_UART_CONSOLE
107
select UART_CONSOLE
108
select USB_CDC_ACM
109
help
110
- Enable this option to use the USB UART for console output. The output
111
- can be viewed from the USB host via /dev/ttyACM* port. Note that console
112
- inputs from the USB UART are not functional yet. Also since the USB
113
- layer currently doesn't support multiple interfaces, this shouldn't be
114
- selected in conjunction with, say, USB Mass Storage.
+ Enable this option to use the USB CDC ACM class for console.
+ As for the console driver, this option only changes the initialization
+ level.
115
116
config RAM_CONSOLE
117
bool "Use RAM console"
0 commit comments