1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2023 Antmicro <www.antmicro.com>
4
5config AMBIQ_STIMER_TIMER
6	bool "Ambiq STIMER system clock driver"
7	default y
8	depends on DT_HAS_AMBIQ_STIMER_ENABLED
9	select AMBIQ_HAL
10	select TICKLESS_CAPABLE
11	select AMBIQ_HAL_USE_STIMER
12	help
13	  Ambiq Apollo stimer driver
14