[kernel] r10756 - in dists/trunk/linux-2.6/debian: . config/mipsel

Martin Michlmayr tbm at alioth.debian.org
Sun Mar 9 10:30:04 UTC 2008


Author: tbm
Date: Sun Mar  9 10:30:03 2008
New Revision: 10756

Log:
[mipsel/r5k-cobalt] Enable CONFIG_DUMMY_CONSOLE since this might
fix the debian-installer startup hang on Qube 2700.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Mar  9 10:30:03 2008
@@ -37,6 +37,8 @@
   * [arm] Pad the SSB structure so crossing-compiling a kernel for ARM
      won't fail because of sanity checks; patch from Gordon Farquharson.
   * [mips(el)/sb1*] Enable SB1250_MAC (thanks Thomas Bogendoerfer).
+  * [mipsel/r5k-cobalt] Enable CONFIG_DUMMY_CONSOLE since this might
+    fix the debian-installer startup hang on Qube 2700.
 
   [ Daniel Baumann ]
   * Added patch from unionfs upstream to export release_open_intent symbol.

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Sun Mar  9 10:30:03 2008
@@ -703,7 +703,9 @@
 #
 # Character devices
 #
-# CONFIG_VT is not set
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+CONFIG_HW_CONSOLE=y
 # CONFIG_SERIAL_NONSTANDARD is not set
 
 #
@@ -827,6 +829,11 @@
 #
 # CONFIG_FB is not set
 
+# Console display driver support
+#
+# CONFIG_VGA_CONSOLE is not set
+CONFIG_DUMMY_CONSOLE=y
+
 #
 # Sound
 #



More information about the Kernel-svn-changes mailing list