aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
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