1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_TI_CC32XX
5 bool "TI CC32XX pinctrl driver"
6 default y
7 depends on DT_HAS_TI_CC32XX_PINCTRL_ENABLED
8 help
9 Enable the TI CC32XX pinctrl driver
10