blob: 2326850e202e33866a56c14f101d1aafc2832974 [file] [log] [blame]
config BR2_PACKAGE_OPTEE_OS_EXT
bool "optee_os"
help
OP-TEE OS, http://github.org/OP-TEE/optee_os.
NOTE: this package currently only takes care of installing files into
the root FS, that have been compiled already. For example, shared
libraries used by TAs when CFG_ULIBS_SHARED=y.
The build of optee_os itself is assumed to have been done previously.
config BR2_PACKAGE_OPTEE_OS_EXT_SITE
string "OP-TEE OS installation package path"
default ""
help
The path to this installation package.
if BR2_PACKAGE_OPTEE_OS_EXT
config BR2_PACKAGE_OPTEE_OS_EXT_SDK
string "OPTEE SDK path"
default ""
help
The path to export-ta_arm32 or export-ta_arm64 in the optee_os output
directory.
endif