zephyr/samples/tfm_integration/tfm_regression_test/prj.conf

23 lines
602 B
Plaintext
Raw Normal View History

#
# 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_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=y
CONFIG_TFM_PARTITION_PLATFORM=y
CONFIG_TFM_PARTITION_AUDIT_LOG=y
# Enable IPC mode and isolation level 2 by default
CONFIG_TFM_IPC=y
CONFIG_TFM_ISOLATION_LEVEL=2