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