-
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¶
CONSOLE_HAS_DRIVER
ifSERIAL
&&CONSOLE
USB_CDC_ACM
ifSERIAL
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:82
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config USB_UART_CONSOLE bool prompt "Use USB port for console outputs" ifSERIAL
&&CONSOLE
selectCONSOLE_HAS_DRIVER
ifSERIAL
&&CONSOLE
selectUSB_CDC_ACM
ifSERIAL
&&CONSOLE
depends onSERIAL
&&CONSOLE
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.
(Definitions include propagated dependencies, including from if’s and menus.)