1# SPDX-License-Identifier: Apache-2.0
2#
3# NUVOTON UART configuration
4#
5# Copyright (c) 2020 Linumiz
6# Author: Saravanan Sekar <saravanan@linumiz.com>
7
8config UART_NUMICRO
9	bool "NUVOTON MCU serial driver"
10	default y
11	depends on DT_HAS_NUVOTON_NUMICRO_UART_ENABLED
12	select SERIAL_HAS_DRIVER
13	select HAS_NUMICRO_UART
14	help
15	  This option enables the UART driver for Nuvoton Numicro
16	  family of processors.
17	  Say y to use serial port on Nuvoton MCU.
18