Index: defaults/amd64/Makefile.config
===================================================================
--- defaults/amd64/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/amd64/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -25,4 +25,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/arm32/Makefile.config
===================================================================
--- defaults/arm32/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/arm32/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -16,4 +16,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/ia32/Makefile.config
===================================================================
--- defaults/ia32/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/ia32/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -31,4 +31,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/ia64/Makefile.config
===================================================================
--- defaults/ia64/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/ia64/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -29,4 +29,7 @@
 CONFIG_KCONSOLE = y
 
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
+
 # Kernel symbol information
 CONFIG_SYMTAB = y
Index: defaults/mips32/Makefile.config
===================================================================
--- defaults/mips32/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/mips32/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -22,4 +22,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/mips64/Makefile.config
===================================================================
--- defaults/mips64/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/mips64/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -22,4 +22,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/ppc32/Makefile.config
===================================================================
--- defaults/ppc32/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/ppc32/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -16,4 +16,7 @@
 # Kernel console support
 CONFIG_KCONSOLE = y
+
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
 
 # Kernel symbol information
Index: defaults/sparc64/Makefile.config
===================================================================
--- defaults/sparc64/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/sparc64/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -32,4 +32,7 @@
 CONFIG_KCONSOLE = y
 
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
+
 # Kernel symbol information
 CONFIG_SYMTAB = y
Index: defaults/special/Makefile.config
===================================================================
--- defaults/special/Makefile.config	(revision f9ab5620884e9f2437e4ff904764b61f1b9c6389)
+++ defaults/special/Makefile.config	(revision aaceebc420bd2787add67fcb464322186d7e2973)
@@ -17,4 +17,7 @@
 CONFIG_KCONSOLE = y
 
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
+
 # Kernel symbol information
 CONFIG_SYMTAB = y
