drivers: counter: gd32: depend on !SOC_SERIES_GD32VF103

Because SOC_FAMILY_GD32_ARM is going to be dropped soon.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-01-02 12:36:28 +01:00 committed by Carles Cufí
parent 81dbe94a16
commit ba52701630
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
config COUNTER_TIMER_GD32
bool "GD32 timer counter driver"
default y
depends on DT_HAS_GD_GD32_TIMER_ENABLED && SOC_FAMILY_GD32_ARM
depends on DT_HAS_GD_GD32_TIMER_ENABLED && !SOC_SERIES_GD32VF103
select USE_GD32_TIMER
help
Enable counter timer driver for GD32 series devices.