1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4# Telink B91 GPIO configuration options
5
6config GPIO_TELINK_B91
7	bool "Telink B91 GPIO driver"
8	default y
9	depends on DT_HAS_TELINK_B91_GPIO_ENABLED
10	help
11	  Enable the B91 GPIO driver.
12