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