]> git.sur5r.net Git - u-boot/blobdiff - lib/optee/Kconfig
serial: Add Actions Semi OWL UART support
[u-boot] / lib / optee / Kconfig
index cc73ec3fb56b6593621c4091d77fca007d2d5062..1e5ab45c3d77c84f42d6607c7dff78d6886754d4 100644 (file)
@@ -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.