summaryrefslogtreecommitdiff
path: root/lib/optee
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optee')
-rw-r--r--lib/optee/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/optee/Kconfig b/lib/optee/Kconfig
index cc73ec3fb56..1e5ab45c3d7 100644
--- a/lib/optee/Kconfig
+++ b/lib/optee/Kconfig
@@ -28,3 +28,12 @@ config OPTEE_TZDRAM_BASE
help
The base address of pre-allocated Trust Zone DRAM for
the OPTEE runtime.
+
+config BOOTM_OPTEE
+ bool "Support OPTEE bootm command"
+ select BOOTM_LINUX
+ default n
+ help
+ Select this command to enable chain-loading of a Linux kernel
+ via an OPTEE firmware.
+ The bootflow is BootROM -> u-boot -> OPTEE -> Linux in this case.