summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/optee/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/optee/Kconfig b/lib/optee/Kconfig
index a3b7332174..cc73ec3fb5 100644
--- a/lib/optee/Kconfig
+++ b/lib/optee/Kconfig
@@ -7,6 +7,12 @@ config OPTEE
OPTEE specific checks before booting an OPTEE image created with
mkimage.
+config OPTEE_LOAD_ADDR
+ hex "OPTEE load address"
+ default 0x00000000
+ help
+ The load address of the bootable OPTEE binary.
+
config OPTEE_TZDRAM_SIZE
hex "Amount of Trust-Zone RAM for the OPTEE image"
depends on OPTEE