Skip to content

Commit c5c0a1a

Browse files
soburicfriedt
authored andcommitted
drivers: gpio: gd32: add dependency on the EXTI
The GPIO pin interruption depends on the EXTI. Add "select" to clarify the dependency. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 31b2540 commit c5c0a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/Kconfig.gd32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ config GPIO_GD32
55
bool "GD32 GPIO driver"
66
default y
77
depends on DT_HAS_GD_GD32_GPIO_ENABLED
8+
select GD32_EXTI
89
help
910
Enable the GD32 GPIO driver.

0 commit comments

Comments
 (0)