zephyr/drivers/timer/Kconfig.ambiq
Maciej Sobkowski 5ffce32376 drivers: timer: Add driver for Ambiq system timer (STIMER)
This commit addst support for the system timer peripheral which
can be found in Apollo4 SoCs.

Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
2023-08-04 10:48:58 +02:00

14 lines
317 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 Apollo4 stimer driver