drivers: add CH32V203 to wch systick
Adds CH32V203 to the systick timer driver Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
parent
e4783692e4
commit
dd51655b25
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
config CH32V00X_SYSTICK
|
||||
bool "CH32V QingKe core systick timer"
|
||||
depends on SOC_SERIES_QINGKE_V2A || SOC_SERIES_QINGKE_V4C || SOC_SERIES_CH32V00X
|
||||
depends on SOC_SERIES_QINGKE_V2A || SOC_SERIES_QINGKE_V4C || SOC_SERIES_CH32V00X || SOC_SERIES_QINGKE_V4B
|
||||
default y
|
||||
depends on DT_HAS_WCH_SYSTICK_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue