aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2019-04-18 10:04:16 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2019-05-02 13:58:09 +0200
commit8aeb6c94dd30546ae60b42ce7b8a80476bf9e67f (patch)
tree9f202650e06bca005eb2baf8197c5c4c2a79704b /mk/config.mk
parent37a6b717787bf3927f7af379ae66b1b6d0fe2a51 (diff)
core: introduce CFG_CORE_RESERVED_SHM
Introduces CFG_CORE_RESERVED_SHM which if set to y enables reserved shared memory, else disables support for reserved shared memory. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/config.mk b/mk/config.mk
index de22acc0..85689c18 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -406,6 +406,10 @@ CFG_CORE_CLUSTER_SHIFT ?= 2
# non-secure memory).
CFG_CORE_DYN_SHM ?= y
+# Enable support for reserved shared memory (shared memory in a carved out
+# memory area).
+CFG_CORE_RESERVED_SHM ?= y
+
# Do not report to NW that dynamic shared memory (shared memory outside
# predefined region) is enabled.
# Note that you can disable this feature for debug purposes. OP-TEE will not