From 94302494a9575bfbe6b33b63f65e315803331c15 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Tue, 16 Feb 2010 10:26:43 +0000 Subject: [PATCH] topconfig enable VT_HW_CONSOLE_BINDING seen enabled on fedora, and only disabled due to legacy reasons (was a dev option back then). fixes stupid grub to first load efifb and to allow to unbind that one. Tested-by: Kan-Ru Chen svn path=/dists/trunk/linux-2.6/; revision=15174 --- debian/changelog | 3 ++- debian/config/config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c1b00a67..640012378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ linux-2.6 (2.6.32-9) UNRELEASED; urgency=low * macvlan: Add bridge, VEPA and private modes (Closes: #568756) [ maximilian attems] - * Postinst don't refercence k-p related manpage. (Closes: #542208) + * Postinst don't refercence k-p related manpage. (closes: #542208) * Postinst only write kernel-img.conf for palo boxes. + * Enable VT_HW_CONSOLE_BINDING for unbinding efifb. (closes: #569314) [ Bastian Blank ] * Restrict access to sensitive SysRq keys by default. diff --git a/debian/config/config b/debian/config/config index f7093629b..4ca0af868 100644 --- a/debian/config/config +++ b/debian/config/config @@ -209,7 +209,7 @@ CONFIG_BT_MRVL_SDIO=m ## ## file: drivers/char/Kconfig ## -# CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_VT_HW_CONSOLE_BINDING=y # CONFIG_DEVKMEM is not set CONFIG_COMPUTONE=m CONFIG_MOXA_SMARTIO=m