blob: a4053bf7fed0352cfb89676647cbe6d3b01bbc08 [file] [log] [blame]
# Nordic Semiconductor nRF51 MCU line
# Copyright (c) 2016 Linaro Limited
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NRF51X
source "soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.nrf51*"
config SOC_SERIES
default "nrf51"
config NUM_IRQS
default 26
# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS
endif # SOC_SERIES_NRF51X