summaryrefslogtreecommitdiff
path: root/lib/optee
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optee')
-rw-r--r--lib/optee/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/optee/Kconfig b/lib/optee/Kconfig
index 2e406fe107..41c0ab71b1 100644
--- a/lib/optee/Kconfig
+++ b/lib/optee/Kconfig
@@ -6,3 +6,11 @@ config OPTEE
enable an OPTEE specific bootm command that will perform additional
OPTEE specific checks before booting an OPTEE image created with
mkimage.
+
+config OPTEE_TZDRAM_SIZE
+ hex "Amount of Trust-Zone RAM for the OPTEE image"
+ depends on OPTEE
+ default 0x3000000
+ help
+ The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE
+ runtime.