Expand the current systick compatibility to include the CH32V00x series. Change the HAL compatibility to include all of the CH32V family. Signed-off-by: Michael Hope <michaelh@juju.nz>
8 lines
269 B
Text
8 lines
269 B
Text
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CH32V00X_SYSTICK
|
|
bool "CH32V QingKe core systick timer"
|
|
depends on SOC_SERIES_QINGKE_V2A || SOC_SERIES_QINGKE_V4C || SOC_SERIES_CH32V00X
|
|
default y
|
|
depends on DT_HAS_WCH_SYSTICK_ENABLED
|