1# Copyright (c) 2021 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_GD32
5	bool "GD32 GPIO driver"
6	default y
7	depends on DT_HAS_GD_GD32_GPIO_ENABLED
8	select GD32_EXTI
9	help
10	  Enable the GD32 GPIO driver.
11