1# Nordic Semiconductor nRF51 MCU line 2 3# Copyright (c) 2016 Linaro Limited 4# Copyright (c) 2018 Nordic Semiconductor ASA 5# SPDX-License-Identifier: Apache-2.0 6 7if SOC_SERIES_NRF51X 8 9config NUM_IRQS 10 default 26 11 12# If the kernel has timer support, enable the timer 13config NRF_RTC_TIMER 14 default y if SYS_CLOCK_EXISTS 15 16endif # SOC_SERIES_NRF51X 17