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.
14 lines
477 B
14 lines
477 B
# Copyright (c) 2024 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config RZ_OS_TIMER |
|
bool "Renesas RZ OS timer" |
|
default y |
|
depends on DT_HAS_RENESAS_RZ_GTM_OS_TIMER_ENABLED |
|
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME |
|
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT |
|
select TICKLESS_CAPABLE |
|
select USE_RZ_FSP_GTM |
|
help |
|
This module implements a kernel device driver for the Renesas RZ |
|
platform provides the standard "system clock driver" interfaces.
|
|
|