| bool "Support OPTEE library" |
| default y if OPTEE || OPTEE_IMAGE |
| Selecting this option will enable the shared OPTEE library code. |
| bool "Support OPTEE images" |
| Selecting this option to boot OPTEE images. |
| This option enable the OPTEE specific checks done before booting |
| an OPTEE image created with mkimage |
| hex "Amount of Trust-Zone RAM for the OPTEE image" |
| The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE |
| bool "Support OPTEE bootm command" |
| Select this command to enable chain-loading of a Linux kernel |
| The bootflow is BootROM -> u-boot -> OPTEE -> Linux in this case. |