diff options
author | Peilin Ye <yepeilin.cs@gmail.com> | 2020-10-18 16:54:01 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-10-19 17:50:25 +0200 |
commit | eda4a7bf5d75b8b579c54622f2795696a02883b9 (patch) | |
tree | ddee40fb91913de09871d0e195ef510d88463bd0 | |
parent | d3c8f2784d3266d27956659c78835ee1d1925ad2 (diff) | |
download | linux-stable-eda4a7bf5d75b8b579c54622f2795696a02883b9.tar.gz linux-stable-eda4a7bf5d75b8b579c54622f2795696a02883b9.tar.bz2 linux-stable-eda4a7bf5d75b8b579c54622f2795696a02883b9.zip |
docs: fb: Add font_6x8 to available built-in fonts
Recently we added a new 6x8 font in commit e2028c8e6bf9 ("lib/fonts: add
font 6x8 for OLED display"). Add its name to the "compiled-in fonts"
list.
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201018205401.698242-1-yepeilin.cs@gmail.com
-rw-r--r-- | Documentation/fb/fbcon.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst index a7b487cba307..71cade19d92c 100644 --- a/Documentation/fb/fbcon.rst +++ b/Documentation/fb/fbcon.rst @@ -81,7 +81,7 @@ C. Boot options 1. fbcon=font:<name> Select the initial font to use. The value 'name' can be any of the - compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6, + compiled-in fonts: 10x18, 6x10, 6x8, 7x14, Acorn8x8, MINI4x6, PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8. Note, not all drivers can handle font with widths not divisible by 8, |