diff options
author | Dzmitry Sankouski | 2023-02-27 20:37:07 +0300 |
---|---|---|
committer | Anatolij Gustschin | 2023-03-07 15:59:47 +0100 |
commit | e24db8645fae2a22fc17540f8351abe6fe24f6a5 (patch) | |
tree | 13b0ea1ffb8fb286f0db32571370986ae8e34337 /drivers/video/Kconfig | |
parent | e7ee1fd567b266214a3a413e76ae5cde84b11cb7 (diff) |
video console: add 12x22 Sun font from linux
Modern mobile phones typically have high pixel density.
Bootmenu is hardly readable on those with 8x16 font.
Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e1bcc89b30a..a928ae498ac 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -31,6 +31,13 @@ config VIDEO_FONT_8X16 Provides character bitmap data in header file. When selecting multiple fonts, you may want to enable CMD_SELECT_FONT too. +config VIDEO_FONT_SUN12X22 + bool "12 x 22 font size" + help + Font for video console driver, 12 x 22 pixels + Provides character bitmap data in header file. + When selecting multiple fonts, you may want to enable CMD_SELECT_FONT too. + config VIDEO_LOGO bool "Show the U-Boot logo on the display" default y if !SPLASH_SCREEN |