zephyr/drivers/timer/Kconfig.mtk_adsp
Jamie McCrae 560db8509a drivers: kconfig: Fix bleeding options
Fixes a multitude of Kconfigs that wrongly appear on devices
where support is literally impossible

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2025-01-31 11:50:12 +01:00

13 lines
381 B
Plaintext

# 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.