CONFIG_UART_NEORV32

NEORV32 UART

Type: bool

Help

This option enables the UART driver for the NEORV32.

Direct dependencies

SOC_SERIES_NEORV32 && SYSCON && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/serial/Kconfig.neorv32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/serial/Kconfig:184

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_NEORV32
    bool "NEORV32 UART"
    default n
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_SERIES_NEORV32 && SYSCON && SERIAL
    help
      This option enables the UART driver for the NEORV32.

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