blob: 2326850e202e33866a56c14f101d1aafc2832974 [file] [log] [blame]
Etienne Carrieree1ece832019-06-06 11:42:07 +02001config BR2_PACKAGE_OPTEE_OS_EXT
Jerome Forissier91ebff72019-03-07 18:24:55 +01002 bool "optee_os"
3 help
4 OP-TEE OS, http://github.org/OP-TEE/optee_os.
5 NOTE: this package currently only takes care of installing files into
6 the root FS, that have been compiled already. For example, shared
7 libraries used by TAs when CFG_ULIBS_SHARED=y.
8 The build of optee_os itself is assumed to have been done previously.
9
Etienne Carrieree1ece832019-06-06 11:42:07 +020010config BR2_PACKAGE_OPTEE_OS_EXT_SITE
Jerome Forissier91ebff72019-03-07 18:24:55 +010011 string "OP-TEE OS installation package path"
12 default ""
13 help
14 The path to this installation package.
15
Etienne Carrieree1ece832019-06-06 11:42:07 +020016if BR2_PACKAGE_OPTEE_OS_EXT
Jerome Forissier410884e2019-05-09 15:16:35 +020017
Etienne Carrieree1ece832019-06-06 11:42:07 +020018config BR2_PACKAGE_OPTEE_OS_EXT_SDK
Jerome Forissier91ebff72019-03-07 18:24:55 +010019 string "OPTEE SDK path"
20 default ""
21 help
22 The path to export-ta_arm32 or export-ta_arm64 in the optee_os output
23 directory.
24
25endif