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 drivers/serial/Kconfig.neorv32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:26
→ drivers/serial/Kconfig:186
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.)