From: Geert Uytterhoeven Date: Sat, 21 Jul 2007 11:37:49 +0000 (-0700) Subject: ps3fb: Enable VT_HW_CONSOLE_BINDING for proper kexec X-Git-Tag: v2.6.23-rc1~162 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=23e9c94caf134cb36a22b91043796057111f6ef3;p=linux-2.6-omap-h63xx.git ps3fb: Enable VT_HW_CONSOLE_BINDING for proper kexec ps3fb: VT_HW_CONSOLE_BINDING must be enabled to make console unbinding work, which is needed to give up all hypervisor resources before reboot or kexec. Signed-off-by: Geert Uytterhoeven Cc: Geoff Levand Cc: Paul Mackerras Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 0c5644bb59a..d9cb24d741e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1796,6 +1796,7 @@ config FB_PS3 select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT select FB_SYS_FOPS + select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE ---help--- Include support for the virtual frame buffer in the PS3 platform.