zephyr/modules/trusted-firmware-a/Kconfig
Huifeng Zhang 97897a003d modules: tfa: integrate trusted-firmware-a
This commit integrates trusted-firmware-a as a zephyr module

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
2022-09-09 16:36:37 +00:00

23 lines
674 B
Plaintext

# 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