1# NPCX UART driver configuration options 2 3# Copyright (c) 2023 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config UART_NUMAKER 7 bool "Nuvoton NUMAKER MCU serial driver" 8 default y 9 select SERIAL_HAS_DRIVER 10 select HAS_NUMAKER_UART 11 select SERIAL_SUPPORT_INTERRUPT 12 select PINCTRL 13 depends on DT_HAS_NUVOTON_NUMAKER_UART_ENABLED 14 help 15 This option enables the UART driver for Nuvoton Numaker family of 16 processors. 17 Say y if you wish to use serial port on Nuvoton Numaker MCU. 18