Jerome Forissier | 91ebff7 | 2019-03-07 18:24:55 +0100 | [diff] [blame] | 1 | config 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 Forissier | 91ebff7 | 2019-03-07 18:24:55 +0100 | [diff] [blame] | 10 | config 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 Forissier | 410884e | 2019-05-09 15:16:35 +0200 | [diff] [blame^] | 16 | if BR2_PACKAGE_OPTEE_OS |
| 17 | |
Jerome Forissier | 91ebff7 | 2019-03-07 18:24:55 +0100 | [diff] [blame] | 18 | config 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 | |
| 25 | endif |