diff options
author | Simon Glass | 2022-01-23 07:04:02 -0700 |
---|---|---|
committer | Anatolij Gustschin | 2022-03-28 20:14:24 +0200 |
commit | 814dd92bdc22e2949e70b86440f0a83b50e6bc7a (patch) | |
tree | c762a9ddc24bd96c3e30e0957000cdaea7f8e955 /doc | |
parent | 34d2b7f20369d62c0f091d6572a8c0ea4655cf14 (diff) |
video: Drop cfg_console
The non-driver model video support was removed two years ago. Drop this
driver, which is only used by nokia_rx51.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/bootmenu.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/usage/bootmenu.rst b/doc/usage/bootmenu.rst index 1f094ad6ed2..1016ac8cebd 100644 --- a/doc/usage/bootmenu.rst +++ b/doc/usage/bootmenu.rst @@ -88,8 +88,3 @@ To run the bootmenu at startup add these additional settings:: CONFIG_AUTOBOOT_KEYED=y CONFIG_BOOTDELAY=30 CONFIG_AUTOBOOT_MENU_SHOW=y - -When you intend to use the bootmenu on a color frame buffer console, -make sure to additionally define:: - - CONFIG_CFB_CONSOLE_ANSI=y |