1# Nordic Semiconductor nRF91 MCU line
2
3# Copyright (c) 2018 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_NRF91X
7
8rsource "Kconfig.defconfig.nrf91*"
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_NRF91X
15