diff --git a/drivers/gpio/Kconfig.gd32 b/drivers/gpio/Kconfig.gd32 index 8eadec9a470..16af9131cf6 100644 --- a/drivers/gpio/Kconfig.gd32 +++ b/drivers/gpio/Kconfig.gd32 @@ -5,5 +5,6 @@ config GPIO_GD32 bool "GD32 GPIO driver" default y depends on DT_HAS_GD_GD32_GPIO_ENABLED + select GD32_EXTI help Enable the GD32 GPIO driver.