1# Copyright (c) 2023 Efinix Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_EFINIX_SAPPHIRE
5	bool "Efinx sapphire GPIO driver"
6	default y
7	depends on DT_HAS_EFINIX_SAPPHIRE_GPIO_ENABLED
8	help
9	  Enable Efinix sapphire GPIO driver.
10