diff options
author | Bilal Wasim <bilalwasim676@gmail.com> | 2020-08-24 17:51:55 +0300 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2020-09-08 14:33:23 +0300 |
commit | 3f9dfc2a0ea9f8f34229d43e3a171c8aaf1dcaf4 (patch) | |
tree | 0502813e2dd9e755bf586295846801e2482f6909 /Documentation/fb/fbcon.rst | |
parent | e2028c8e6bf9a12dfe83fc12ce6d5d9ab1628b0b (diff) | |
download | linux-3f9dfc2a0ea9f8f34229d43e3a171c8aaf1dcaf4.tar.xz |
docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.
fbcon doc mentions FRAMEBUFFER_CONSOLE option to be under
Device Drivers->Graphics Support->Frame buffer Devices->
Console display driver support->Framebuffer Console Support,
while its under Device Drivers->Graphics Support->
Console display driver support->Framebuffer Console Support.
Correcting it in the docs.
Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200824145155.42502-1-bilalwasim676@gmail.com
Diffstat (limited to 'Documentation/fb/fbcon.rst')
-rw-r--r-- | Documentation/fb/fbcon.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst index e57a3d1d085a..a7b487cba307 100644 --- a/Documentation/fb/fbcon.rst +++ b/Documentation/fb/fbcon.rst @@ -20,8 +20,8 @@ A. Configuration ================ The framebuffer console can be enabled by using your favorite kernel -configuration tool. It is under Device Drivers->Graphics Support->Frame -buffer Devices->Console display driver support->Framebuffer Console Support. +configuration tool. It is under Device Drivers->Graphics Support-> +Console display driver support->Framebuffer Console Support. Select 'y' to compile support statically or 'm' for module support. The module will be fbcon. |