[kernel] r14523 - dists/trunk/linux-2.6/debian/config/armel
Martin Michlmayr
tbm at alioth.debian.org
Fri Oct 30 12:10:27 UTC 2009
Author: tbm
Date: Fri Oct 30 12:10:24 2009
New Revision: 14523
Log:
[armel/orion5x, armel/kirkwood] Make sure VGA_CONSOLE is disabled,
otherwise the kernel won't boot.
Modified:
dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
dists/trunk/linux-2.6/debian/config/armel/config.orion5x
Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Fri Oct 30 12:10:01 2009 (r14522)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Fri Oct 30 12:10:24 2009 (r14523)
@@ -527,6 +527,11 @@
CONFIG_FB=m
##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_VGA_CONSOLE is not set
+
+##
## file: drivers/watchdog/Kconfig
##
CONFIG_WATCHDOG=y
Modified: dists/trunk/linux-2.6/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.orion5x Fri Oct 30 12:10:01 2009 (r14522)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x Fri Oct 30 12:10:24 2009 (r14523)
@@ -512,6 +512,11 @@
CONFIG_FB=m
##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_VGA_CONSOLE is not set
+
+##
## file: drivers/watchdog/Kconfig
##
CONFIG_WATCHDOG=y
More information about the Kernel-svn-changes
mailing list