| config MTK_IN_HOUSE_TEE_SUPPORT |
| bool "Enable MTK In House TEE Support" |
| help |
| This option decides if the support MTK in-house TEE |
| (Trusted Execution Environment) |
| Set to yes if MTK TEE is supported. |
| If you are not sure if it is supported, set it to no. |
| |
| config MTK_DRM_KEY_MNG_SUPPORT |
| bool "Enable MTK DRM Key Manager Support" |
| depends on (MTK_IN_HOUSE_TEE_SUPPORT) || (TRUSTONIC_TEE_SUPPORT) || (TRUSTY) |
| help |
| This enable MTK DRM Key Manager Support. |
| depending on MTK In-House TEE Support |
| or Trustonic TEE Support |
| |
| config MTEE_CMA_SECURE_MEMORY |
| bool "MTEE using CMA for secure memory allocation" |
| default n |
| depends on OF && CMA |
| help |
| Enable allocation secure memory from CMA to free the memory |
| back to Linux CMA when secure memory buffer was not used. |
| |
| config MTEE_CMA_DEBUG |
| bool "Enable CMA Debug Mode" |
| default n |
| depends on MTEE_CMA_SECURE_MEMORY |
| help |
| Enable CMA Debug Mode for security behavior check |