Index: defaults/amd64/Makefile.config
===================================================================
--- defaults/amd64/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/amd64/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -32,4 +32,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/arm32/Makefile.config
===================================================================
--- defaults/arm32/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/arm32/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -23,4 +23,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/ia32/Makefile.config
===================================================================
--- defaults/ia32/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/ia32/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -38,4 +38,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/ia64/Makefile.config
===================================================================
--- defaults/ia64/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/ia64/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -35,4 +35,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/mips32/Makefile.config
===================================================================
--- defaults/mips32/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/mips32/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -29,4 +29,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/ppc32/Makefile.config
===================================================================
--- defaults/ppc32/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/ppc32/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -23,4 +23,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/sparc64/Makefile.config
===================================================================
--- defaults/sparc64/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/sparc64/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -38,4 +38,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
Index: defaults/special/Makefile.config
===================================================================
--- defaults/special/Makefile.config	(revision 15b592bf3a32ad36c508fb180456f4ef8486c9de)
+++ defaults/special/Makefile.config	(revision b5382d4f551b38012fe4db27dd79c095f5e09706)
@@ -23,4 +23,7 @@
 CONFIG_LOG = n
 
+# Kernel function tracing
+CONFIG_TRACE = n
+
 # Compile kernel tests
 CONFIG_TEST = y
