drivers: interrupt_controller: gd32_exti: enable gd32vf103
The device implemented by this driver is also available on GD32 RISC-V MCUs. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
806f5de18d
commit
c4269ba947
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ DT_COMPAT_GD_GD32_EXTI := gd,gd32-exti
|
|||
|
||||
config GD32_EXTI
|
||||
bool "GD32 Extended Interrupts and Events (EXTI) Controller"
|
||||
depends on SOC_FAMILY_GD32
|
||||
depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103)
|
||||
default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_EXTI))
|
||||
help
|
||||
Enable the GigaDevice GD32 Extended Interrupts and Events (EXTI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue