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