1# Copyright (c) 2022 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_ITE_IT8XXX2
5	bool "ITE IT8XXX2 pin controller driver"
6	default y
7	depends on DT_HAS_ITE_IT8XXX2_PINCTRL_FUNC_ENABLED
8	help
9	  Enable IT8XXX2 pin controller driver.
10