1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config SILABS_SLEEPTIMER_TIMER 5 bool "Silabs Sleeptimer system clock driver" 6 depends on SOC_FAMILY_SILABS_S2 7 depends on DT_HAS_SILABS_GECKO_STIMER_ENABLED 8 select SOC_SILABS_SLEEPTIMER 9 select TICKLESS_CAPABLE 10 select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME 11 help 12 This module implements a kernel device driver for the sleeptimer 13 and provides the standard "system clock driver" interfaces. 14