1# Nordic Semiconductor nRF52 MCU line
2
3# Copyright (c) 2016-2018 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_NRF52X
7
8rsource "Kconfig.defconfig.nrf52*"
9
10# If the kernel has timer support, enable the timer
11config NRF_RTC_TIMER
12	default y if SYS_CLOCK_EXISTS
13
14endif # SOC_SERIES_NRF52X
15