Skip to content

Commit 8cbef2d

Browse files
jfischer-nocfriedt
authored andcommitted
drivers: console: update USB_UART_CONSOLE description
Remove outdate text and add note what the option in the console driver does. Signed-off-by: Johann Fischer <[email protected]>
1 parent 8b37c62 commit 8cbef2d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

drivers/console/Kconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ config USB_UART_CONSOLE
107107
select UART_CONSOLE
108108
select USB_CDC_ACM
109109
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.
110+
Enable this option to use the USB CDC ACM class for console.
111+
As for the console driver, this option only changes the initialization
112+
level.
115113

116114
config RAM_CONSOLE
117115
bool "Use RAM console"

0 commit comments

Comments
 (0)