18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
# Nordic Semiconductor nRF53 MCU line
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_NRF53X
|
|
|
|
source "soc/soc_legacy/arm/nordic_nrf/nrf53/Kconfig.defconfig.nrf53*"
|
|
|
|
config SOC_SERIES
|
|
default "nrf53"
|
|
|
|
# If the kernel has timer support, enable the timer
|
|
config NRF_RTC_TIMER
|
|
default y if SYS_CLOCK_EXISTS
|
|
|
|
endif # SOC_SERIES_NRF53X
|