blob: 7908f14561ef5162d4321ec925437f9df46a8e25 [file] [log] [blame]
# Nordic Semiconductor nRF52 MCU line
# Copyright (c) 2016-2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NRF52X
rsource "Kconfig.defconfig.nrf52*"
# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS
config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_nodelabel_int_prop,rtc1,clock-frequency)
endif # SOC_SERIES_NRF52X