23 lines
593 B
Plaintext
23 lines
593 B
Plaintext
#
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_BUILD_WITH_TFM=y
|
|
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
|
|
CONFIG_TFM_USE_NS_APP=y
|
|
CONFIG_TFM_REGRESSION_S=y
|
|
CONFIG_TFM_REGRESSION_NS=y
|
|
|
|
# Regression tests are included if a related secure partition is enabled.
|
|
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=y
|
|
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
|
|
CONFIG_TFM_PARTITION_CRYPTO=y
|
|
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n
|
|
CONFIG_TFM_PARTITION_PLATFORM=y
|
|
|
|
# Enable IPC mode and isolation level 2 by default
|
|
CONFIG_TFM_IPC=y
|
|
CONFIG_TFM_ISOLATION_LEVEL=2
|