summaryrefslogtreecommitdiff
path: root/nrfdemo/build/tfm/api_ns/common/config.cmake
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
commit9078b7ec09b135f091cb951ed234bf013c9c838e (patch)
treeba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/build/tfm/api_ns/common/config.cmake
parent2e13c372f1419f08dab7797b244681f889dd9bcf (diff)
bme680 added
Diffstat (limited to 'nrfdemo/build/tfm/api_ns/common/config.cmake')
-rw-r--r--nrfdemo/build/tfm/api_ns/common/config.cmake31
1 files changed, 0 insertions, 31 deletions
diff --git a/nrfdemo/build/tfm/api_ns/common/config.cmake b/nrfdemo/build/tfm/api_ns/common/config.cmake
deleted file mode 100644
index 1265256..0000000
--- a/nrfdemo/build/tfm/api_ns/common/config.cmake
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Copyright (c) 2021 - 2023, Nordic Semiconductor ASA.
-#
-# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
-#
-
-# Override the platform crypto key handling
-set(PLATFORM_DEFAULT_CRYPTO_KEYS FALSE CACHE BOOL "Use default crypto keys implementation.")
-
-set(PLATFORM_DEFAULT_SYSTEM_RESET_HALT OFF CACHE BOOL "Use default system reset/halt implementation")
-
-# Disable crypto regression tests that are not supported
-set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
-set(TFM_CRYPTO_TEST_ALG_OFB OFF CACHE BOOL "Test OFB cryptography mode")
-
-# Always enable the nonsecure storage partition.
-# It will still be excluded if the partition manager excludes it.
-set(NRF_NS_STORAGE ON CACHE BOOL "Enable non-secure storage partition")
-set(PLATFORM_DEFAULT_ATTEST_HAL OFF CACHE BOOL "Use default attest hal implementation.")
-
-set(NRF_ALLOW_NON_SECURE_RESET OFF CACHE BOOL "Allow system reset calls from Non-Secure")
-set(NRF_ALLOW_NON_SECURE_FAULT_HANDLING OFF CACHE BOOL "Allow Non-Secure to handle Secure faults triggered by Non-Secure")
-
-set(TFM_DUMMY_PROVISIONING OFF CACHE BOOL "Provision with dummy values. NOT to be used in production")
-set(PLATFORM_DEFAULT_PROVISIONING OFF CACHE BOOL "Use default provisioning implementation")
-set(NRF_PROVISIONING OFF CACHE BOOL "Use Nordic provisioning implementation")
-set(CONFIG_NFCT_PINS_AS_GPIOS OFF CACHE BOOL "Use NFCT pins as GPIOs.")
-set(CONFIG_NRF_TRACE_PORT OFF CACHE BOOL "Enable trace port.")
-
-set(CONFIG_HW_UNIQUE_KEY ON CACHE BOOL "Enable Hardware Unique Key")
-set(CONFIG_HW_UNIQUE_KEY_RANDOM ON CACHE BOOL "Write a new Hardware Unique Key if none exists")