mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 19:05:55 +00:00
Nordic nRF5340 CPUAPP (Application MCU) SoC definition (Secure and Non-Secure domains). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
14 lines
268 B
Plaintext
14 lines
268 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/arm/nordic_nrf/nrf53/Kconfig.defconfig.nrf53*"
|
|
|
|
config SOC_SERIES
|
|
default "nrf53"
|
|
|
|
endif # SOC_SERIES_NRF53X
|