:orphan: .. title:: CONFIG_UART_NEORV32 .. kconfig:: CONFIG_UART_NEORV32 CONFIG_UART_NEORV32 ################### *NEORV32 UART* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for the NEORV32. Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` && \ :kconfig:`SYSCON ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== At ``/serial/Kconfig.neorv32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:186`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*