blob: f7028f03b058100f1f233a4f7f531614a6f5e5cf [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
10if BR2_PACKAGE_OPTEE_OS
11
12config BR2_PACKAGE_OPTEE_OS_SITE
13 string "OP-TEE OS installation package path"
14 default ""
15 help
16 The path to this installation package.
17
18config 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