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

Kconfig definition

At drivers/console/Kconfig:36

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_CONSOLE
    bool
    prompt "Use UART for console" if SERIAL && SERIAL_HAS_DRIVER && CONSOLE
    select CONSOLE_HAS_DRIVER if SERIAL && SERIAL_HAS_DRIVER && CONSOLE
    depends on SERIAL && 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.)