aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2019-01-16 17:42:35 +0100
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-01-16 17:42:35 +0100
commit890d14d2d4b57ff5a149309da3ed36c8a529987f (patch)
tree7e94175d178afc6eba2898ec840b9588d769d0ac /Documentation
parentfbdev: offb: Fix OF node name handling (diff)
downloadwireguard-linux-890d14d2d4b57ff5a149309da3ed36c8a529987f.tar.xz
wireguard-linux-890d14d2d4b57ff5a149309da3ed36c8a529987f.zip
fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option
A command line option is much more flexible than a config option and the supporting code is small. Gets rid of #ifdefs in the code too... Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/fb/fbcon.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/fb/fbcon.txt b/Documentation/fb/fbcon.txt
index 62af30511a95..60a5ec04e8f0 100644
--- a/Documentation/fb/fbcon.txt
+++ b/Documentation/fb/fbcon.txt
@@ -163,6 +163,14 @@ C. Boot options
be preserved until there actually is some text is output to the console.
This option causes fbcon to bind immediately to the fbdev device.
+7. fbcon=logo-pos:<location>
+
+ The only possible 'location' is 'center' (without quotes), and when
+ given, the bootup logo is moved from the default top-left corner
+ location to the center of the framebuffer. If more than one logo is
+ displayed due to multiple CPUs, the collected line of logos is moved
+ as a whole.
+
C. Attaching, Detaching and Unloading
Before going on to how to attach, detach and unload the framebuffer console, an