17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
# 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
|
|
|
|
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
|