1# NPCX Pin Controller configuration options
2
3# Copyright (c) 2022 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6
7config PINCTRL_NPCX
8	bool "Nuvoton NPCX embedded controller (EC) pin controller driver"
9	default y
10	depends on DT_HAS_NUVOTON_NPCX_PINCTRL_ENABLED
11	help
12	  This option enables the pin controller driver for NPCX family of
13	  processors.
14