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.
 
 
 
 
 
 

12 lines
381 B

# Copyright 2023 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0
config MTK_ADSP_TIMER
bool "MediaTek Audio DSP timer"
depends on SOC_FAMILY_MTK
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER
select SYSTEM_CLOCK_LOCK_FREE_COUNT
help
MediaTek MT81xx Audio DSPs have a 13 Mhz wall clock timer
for system time that is independent of CPU speed.