diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-07-21 07:37:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 20:49:16 -0400 |
commit | 23e9c94caf134cb36a22b91043796057111f6ef3 (patch) | |
tree | beadbc3c8527f575d69a60e609b74e7c7c0c7c7b /drivers/video/Kconfig | |
parent | 24ed8559c7e8205eb94088532b9dbdf2e290dfa2 (diff) |
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 <Geert.Uytterhoeven@sonycom.com>
Cc: Geoff Levand <geoffrey.levand@am.sony.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 0c5644bb59af..d9cb24d741eb 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1796,6 +1796,7 @@ config FB_PS3 | |||
1796 | select FB_SYS_COPYAREA | 1796 | select FB_SYS_COPYAREA |
1797 | select FB_SYS_IMAGEBLIT | 1797 | select FB_SYS_IMAGEBLIT |
1798 | select FB_SYS_FOPS | 1798 | select FB_SYS_FOPS |
1799 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE | ||
1799 | ---help--- | 1800 | ---help--- |
1800 | Include support for the virtual frame buffer in the PS3 platform. | 1801 | Include support for the virtual frame buffer in the PS3 platform. |
1801 | 1802 | ||