-
CONFIG_UART_CONSOLE
¶
Use UART for console
Type: bool
Help¶
Enable this option to use one UART for console. Make sure CONFIG_UART_CONSOLE_ON_DEV_NAME is also set correctly.
Direct dependencies¶
SERIAL
&& SERIAL_HAS_DRIVER
&& CONSOLE
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
CONSOLE_HAS_DRIVER
ifSERIAL
&&SERIAL_HAS_DRIVER
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config UART_CONSOLE bool prompt "Use UART for console" ifSERIAL
&&SERIAL_HAS_DRIVER
&&CONSOLE
selectCONSOLE_HAS_DRIVER
ifSERIAL
&&SERIAL_HAS_DRIVER
&&CONSOLE
depends onSERIAL
&&SERIAL_HAS_DRIVER
&&CONSOLE
help Enable this option to use one UART for console. Make sure CONFIG_UART_CONSOLE_ON_DEV_NAME is also set correctly.
(Definitions include propagated dependencies, including from if’s and menus.)