zephyr/drivers/serial/Kconfig.nuvoton
Saravanan Sekar bda358a64f drivers: serial: add support for Nuvoton series UART
Add Nuvoton numicro series UART support, currently supports
only poll mode.

UART0 clock and pincontrol are directly configured, will be
replace when clock and gpio support is added.

Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
2020-07-01 21:09:25 +02:00

17 lines
421 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
#
# NUVOTON UART configuration
#
# Copyright (c) 2020 Linumiz
# Author: Saravanan Sekar <saravanan@linumiz.com>
config UART_NUVOTON
bool "NUVOTON MCU serial driver"
select SERIAL_HAS_DRIVER
select HAS_NUMICRO_UART
depends on SOC_FAMILY_NUMICRO
help
This option enables the UART driver for Nuvoton Numicro
family of processors.
Say y to use serial port on Nuvoton MCU.