From afd1db1632c3f8f95cbc2786bfa122cead79db58 Mon Sep 17 00:00:00 2001 From: "Antonino A. Daplas" Date: Tue, 17 Jul 2007 04:05:32 -0700 Subject: fbcon: Revise primary device selection Use set_con2fb_map() to select the primary display driver instead of using unbind_con_driver() and bind_con_driver(). Using the former is much simpler and safer than the current one. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/console/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/video/console/Kconfig') diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 160f55f7ac96..49643969f9f8 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -120,7 +120,7 @@ config FRAMEBUFFER_CONSOLE config FRAMEBUFFER_CONSOLE_DETECT_PRIMARY bool "Map the console to the primary display device" - depends on FRAMEBUFFER_CONSOLE && VT_HW_CONSOLE_BINDING + depends on FRAMEBUFFER_CONSOLE default n ---help--- If this option is selected, the framebuffer console will @@ -132,10 +132,6 @@ config FRAMEBUFFER_CONSOLE_DETECT_PRIMARY You can always override the automatic selection of the primary device by using the fbcon=map: boot option. - To select this feature, "Support for binding and unbinding console - drivers", under "Device Drivers"->"Character Devices" must be set to - y. - If unsure, select n. config FRAMEBUFFER_CONSOLE_ROTATION -- cgit v1.2.1