1# Copyright (c) 2023 Enphase Energy 2# SPDX-License-Identifier: Apache-2.0 3 4config PINCTRL_TI_K3 5 bool "TI K3 pinctrl driver" 6 default y 7 depends on DT_HAS_TI_K3_PINCTRL_ENABLED 8 help 9 Enable the TI K3 pinctrl driver 10