Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
460 B

# Copyright (c) 2025 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config RZA2M_OS_TIMER
bool "Renesas RZ/A2M OS timer"
default y
depends on DT_HAS_RENESAS_RZA2M_OSTM_ENABLED
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
select TICKLESS_CAPABLE
help
This module implements a kernel device driver for the Renesas RZ/A2M
platform provides the standard "system clock driver" interfaces.