CONFIG_UART_CONSOLE

Use UART for console

Type: bool

Help

Enable this option to use one UART for console.

Direct dependencies

(CONSOLE && BOARD_QEMU_CORTEX_A9) || (CONSOLE && BOARD_NATIVE_POSIX) || (SERIAL && SERIAL_HAS_DRIVER && CONSOLE)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config UART_CONSOLE
    bool
    default y
    depends on CONSOLE && BOARD_QEMU_CORTEX_A9

At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config UART_CONSOLE
    bool
    default y if SERIAL
    depends on CONSOLE && BOARD_NATIVE_POSIX

At <Zephyr>/drivers/console/Kconfig:43

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

config UART_CONSOLE
    bool "Use UART for console"
    select CONSOLE_HAS_DRIVER
    depends on SERIAL && SERIAL_HAS_DRIVER && CONSOLE
    help
      Enable this option to use one UART for console.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)