-
CONFIG_USB_UART_CONSOLE
¶
Use USB port for console outputs
Type: bool
Help¶
Enable this option to use the USB UART for console output. The output can be viewed from the USB host via /dev/ttyACM* port. Note that console inputs from the USB UART are not functional yet. Also since the USB layer currently doesn’t support multiple interfaces, this shouldn’t be selected in conjunction with, say, USB Mass Storage.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/console/Kconfig:84
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:12
Menu path: (Top) → Device Drivers → Console drivers
config USB_UART_CONSOLE bool "Use USB port for console outputs" selectUART_CONSOLE
selectUSB_CDC_ACM
depends onCONSOLE
help Enable this option to use the USB UART for console output. The output can be viewed from the USB host via /dev/ttyACM* port. Note that console inputs from the USB UART are not functional yet. Also since the USB layer currently doesn't support multiple interfaces, this shouldn't be selected in conjunction with, say, USB Mass Storage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)