1# Copyright (c) 2022 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_TELINK_B91
5	bool "Telink B91 pin controller driver"
6	default y
7	depends on DT_HAS_TELINK_B91_PINCTRL_ENABLED
8	help
9	  Enables Telink B91 pin controller driver
10