aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2016-12-13 20:38:38 +0100
committerJens Wiklander <jens.wiklander@linaro.org>2017-02-20 08:21:57 +0100
commitcb0b5954d71aafdc2b6de4538bfc7fb171093cbf (patch)
tree76961551282dbf2babb9d6ccf9c8e8e785f1ec3b /mk/config.mk
parenta32a96ed0f53597ad86f74e3ff2dcb122a932a55 (diff)
core: add pseudo TA for socket
Adds a pseudo TA sockets using tee-supplicant. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Tested-by: Etienne Carriere <etienne.carriere@linaro.org> (b2260 pager=y/n) Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey) Tested-by: Etienne Carriere <etienne.carriere@linaro.org> (b2260) Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (QEMU) 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 8e6c1119..a18470d2 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -226,3 +226,7 @@ ifneq ($(CFG_TA_GPROF_SUPPORT),y)
$(error Cannot instrument user libraries if user mode profiling is disabled)
endif
endif
+
+# CFG_GP_SOCKETS
+# Enable Global Platform Sockets support
+CFG_GP_SOCKETS ?= y