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