diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2007-07-17 07:05:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:11 -0400 |
commit | afd1db1632c3f8f95cbc2786bfa122cead79db58 (patch) | |
tree | 6708d77c3c790f32bd8d647f878a639d93b58dcc /drivers/video/console/Kconfig | |
parent | d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e (diff) |
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 <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
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 | |||
120 | 120 | ||
121 | config FRAMEBUFFER_CONSOLE_DETECT_PRIMARY | 121 | config FRAMEBUFFER_CONSOLE_DETECT_PRIMARY |
122 | bool "Map the console to the primary display device" | 122 | bool "Map the console to the primary display device" |
123 | depends on FRAMEBUFFER_CONSOLE && VT_HW_CONSOLE_BINDING | 123 | depends on FRAMEBUFFER_CONSOLE |
124 | default n | 124 | default n |
125 | ---help--- | 125 | ---help--- |
126 | If this option is selected, the framebuffer console will | 126 | If this option is selected, the framebuffer console will |
@@ -132,10 +132,6 @@ config FRAMEBUFFER_CONSOLE_DETECT_PRIMARY | |||
132 | You can always override the automatic selection of the primary device | 132 | You can always override the automatic selection of the primary device |
133 | by using the fbcon=map: boot option. | 133 | by using the fbcon=map: boot option. |
134 | 134 | ||
135 | To select this feature, "Support for binding and unbinding console | ||
136 | drivers", under "Device Drivers"->"Character Devices" must be set to | ||
137 | y. | ||
138 | |||
139 | If unsure, select n. | 135 | If unsure, select n. |
140 | 136 | ||
141 | config FRAMEBUFFER_CONSOLE_ROTATION | 137 | config FRAMEBUFFER_CONSOLE_ROTATION |