blob: f99366128dab9f8f9b8c91e1cc7791eab11f64a7 [file] [log] [blame]
# Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_TRUSTED_FIRMWARE_A_MODULE
bool
menuconfig BUILD_WITH_TFA
bool "Build with TF-A as the Secure Execution Environment"
help
When enabled, this option instructs the Zephyr build process to
additionally generate a TF-A image for the Secure Execution
environment, along with the Zephyr image. The Zephyr image
itself is to be executed in the Non-Secure Processing Environment.
if BUILD_WITH_TFA
config TFA_MAKE_BUILD_TYPE_DEBUG
bool "Debug build"
help
When enabled, the build type of TF-A would be debug.
endif # BUILD_WITH_TFA