zephyr/drivers/timer/Kconfig.ambiq
Hao Luo 638f1d58df drivers: timer: Add support for Apollo3 SoCs system timer (STIMER)
This commit adds support for the system timer peripheral which
can be found in Apollo3 SoCs

Signed-off-by: Hao Luo <hluo@ambiq.com>
2024-05-07 18:57:19 +02:00

14 lines
316 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2023 Antmicro <www.antmicro.com>
config AMBIQ_STIMER_TIMER
bool "Ambiq STIMER system clock driver"
default y
depends on DT_HAS_AMBIQ_STIMER_ENABLED
select AMBIQ_HAL
select TICKLESS_CAPABLE
select AMBIQ_HAL_USE_STIMER
help
Ambiq Apollo stimer driver