1# Nordic Semiconductor nRF53 MCU line 2 3# Copyright (c) 2019 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_SERIES_NRF53X 7 8rsource "Kconfig.defconfig.nrf53*" 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_NRF53X 15