summaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/mk/config.mk b/mk/config.mk
index a18470d..6fe90f1 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -102,7 +102,7 @@ TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || ec
# with limited depth not including any tag, so there is really no guarantee
# that TEE_IMPL_VERSION contains the major and minor revision numbers.
CFG_OPTEE_REVISION_MAJOR ?= 2
-CFG_OPTEE_REVISION_MINOR ?= 3
+CFG_OPTEE_REVISION_MINOR ?= 4
# Trusted OS implementation manufacturer name
CFG_TEE_MANUFACTURER ?= LINARO
@@ -119,9 +119,6 @@ CFG_TEE_FW_MANUFACTURER ?= FW_MAN_UNDEF
# TEE_STORAGE_PRIVATE is passed to the trusted storage API)
CFG_REE_FS ?= y
-# REE filesystem block cache support
-CFG_REE_FS_BLOCK_CACHE ?= n
-
# RPMB file system support
CFG_RPMB_FS ?= n
@@ -230,3 +227,7 @@ endif
# CFG_GP_SOCKETS
# Enable Global Platform Sockets support
CFG_GP_SOCKETS ?= y
+
+# Enable Secure Data Path support in OP-TEE core (TA may be invoked with
+# invocation parameters referring to specific secure memories).
+CFG_SECURE_DATA_PATH ?= n