Index: defaults/amd64/Makefile.config
===================================================================
--- defaults/amd64/Makefile.config	(revision 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/amd64/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/arm32/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/ia32/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/ia64/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/mips32/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/mips64/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/ppc32/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/sparc64/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -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 1f5c9c96476a03a43ef971cbc095c9553338eaf6)
+++ defaults/special/Makefile.config	(revision 2d9197eae003be97dc7b6a6c6c4e95d858029670)
@@ -17,4 +17,7 @@
 CONFIG_KCONSOLE = y
 
+# Number of shell consoles
+CONFIG_VC_COUNT = 5
+
 # Kernel symbol information
 CONFIG_SYMTAB = y
