blob: d41909a6d5aae4b7c48d764648e73f6f8139d88a [file] [log] [blame]
Jerome Forissier91ebff72019-03-07 18:24:55 +01001config BR2_PACKAGE_OPTEE_OS
2 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
Jerome Forissier91ebff72019-03-07 18:24:55 +010010config BR2_PACKAGE_OPTEE_OS_SITE
11 string "OP-TEE OS installation package path"
12 default ""
13 help
14 The path to this installation package.
15
Jerome Forissier410884e2019-05-09 15:16:35 +020016if BR2_PACKAGE_OPTEE_OS
17
Jerome Forissier91ebff72019-03-07 18:24:55 +010018config BR2_PACKAGE_OPTEE_OS_SDK
19 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