1# Copyright (c) 2025 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config SYS_CLOCK_TICKS_PER_SEC
5	default 32768 if NRF_RTC_TIMER
6	default 100
7
8source "Kconfig.zephyr"
9