[mipsel/r5k-cobalt] Enable CONFIG_DUMMY_CONSOLE since this might

fix the debian-installer startup hang on Qube 2700.

svn path=/dists/trunk/linux-2.6/; revision=10756
This commit is contained in:
Martin Michlmayr 2008-03-09 10:30:03 +00:00
parent c80bd6dcfb
commit 8765cbc65a
2 changed files with 10 additions and 1 deletions

2
debian/changelog vendored
View File

@ -37,6 +37,8 @@ linux-2.6 (2.6.25~rc4-1~experimental.1) UNRELEASED; urgency=low
* [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.

View File

@ -703,7 +703,9 @@ CONFIG_SERIO_LIBPS2=m
#
# 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_VIDEO_DEV=m
#
# CONFIG_FB is not set
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#