1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4config CH32V00X_SYSTICK
5	bool "CH32V00X systick timer"
6	depends on SOC_CH32V003
7	default y
8	depends on DT_HAS_WCH_SYSTICK_ENABLED
9