zephyr/drivers/serial/Kconfig.neorv32
Henrik Brix Andersen d711d224c2 drivers: serial: neorv32: use shared serial driver init priority
Use the shared CONFIG_SERIAL_INIT_PRIORITY for driver initialization
priority.

Override the default value for the NEORV32 SoC to ensure the serial
driver is initialized after the syscon driver by default.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2021-10-19 06:44:46 -04:00

14 lines
382 B
Plaintext

# NEORV32 UART configuration
# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
config UART_NEORV32
bool "NEORV32 UART"
default $(dt_compat_enabled,neorv32-uart)
depends on SOC_SERIES_NEORV32 && SYSCON
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
This option enables the UART driver for the NEORV32.