Index: defaults/arm32/gta02/Makefile.config
===================================================================
--- defaults/arm32/gta02/Makefile.config	(revision d7ef14b00a909e507a2742d2e1d5a3af153b293a)
+++ defaults/arm32/gta02/Makefile.config	(revision d7ef14b00a909e507a2742d2e1d5a3af153b293a)
@@ -0,0 +1,23 @@
+# Machine type
+MACHINE = gta02
+
+# RAM disk format
+RDFMT = tmpfs
+
+# Support for userspace debuggers
+CONFIG_UDEBUG = n
+
+# Kernel console support
+CONFIG_KCONSOLE = n
+
+# Kernel symbol information
+CONFIG_SYMTAB = n
+
+# Compile kernel tests
+CONFIG_TEST = n
+
+# Framebuffer support
+CONFIG_FB = n
+
+# Barebone build with essential binaries only
+CONFIG_BAREBONE = y
