Index: defaults/abs32le/Makefile.config
===================================================================
--- defaults/abs32le/Makefile.config	(revision 64af8f153041aa124c6aa088e6185fbea0e82a83)
+++ defaults/abs32le/Makefile.config	(revision 64af8f153041aa124c6aa088e6185fbea0e82a83)
@@ -0,0 +1,29 @@
+# Platform
+PLATFORM = abs32le
+
+# RAM disk format
+RDFMT = fat
+
+# Compiler
+COMPILER = gcc_native
+
+# Debug build
+CONFIG_DEBUG = y
+
+# Support for userspace debuggers
+CONFIG_UDEBUG = y
+
+# Kernel console support
+CONFIG_KCONSOLE = y
+
+# Kernel symbol information
+CONFIG_SYMTAB = y
+
+# Detailed kernel logging
+CONFIG_LOG = n
+
+# Compile kernel tests
+CONFIG_TEST = y
+
+# Load disk drivers on startup
+CONFIG_START_BD = n
