Adjustments of dts and defconfig files to adjust for the MERGE removal. The revert of MERGE requires specific dts and defconfig files for boards which relied on the MERGE feature. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
21 lines
338 B
Text
21 lines
338 B
Text
#
|
|
# Copyright (c) 2018-2019 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_RUNTIME_NMI=y
|
|
CONFIG_ARM_TRUSTZONE_M=y
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_QEMU_ICOUNT_SHIFT=6
|
|
|
|
# GPIOs
|
|
CONFIG_GPIO=y
|
|
|
|
# Serial
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
|
|
# Build a non-secure firmware image
|
|
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|