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	select SERIAL_HAS_DRIVER
11	select HAS_NUMICRO_UART
12	depends on SOC_FAMILY_NUMICRO
13	help
14	  This option enables the UART driver for Nuvoton Numicro
15	  family of processors.
16	  Say y to use serial port on Nuvoton MCU.
17