summaryrefslogtreecommitdiff
path: root/drivers/video/fonts/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-15 04:10:43 +0300
committerAnatolij Gustschin <agust@denx.de>2016-01-30 12:55:57 +0300
commit84b4791ada7754b65fd200002f92ac8684c2b5ec (patch)
tree1a3db715f86533be61f9804832df503442fe5b55 /drivers/video/fonts/Kconfig
parenta29b012037cc454ec811dbcd29a3aeffe59d86bc (diff)
downloadu-boot-84b4791ada7754b65fd200002f92ac8684c2b5ec.tar.xz
video: Add the Nimbus sans font
This provides a good-looking font for user prompts. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts/Kconfig')
-rw-r--r--drivers/video/fonts/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig
index ad16ce655e..ded3e5ef64 100644
--- a/drivers/video/fonts/Kconfig
+++ b/drivers/video/fonts/Kconfig
@@ -4,4 +4,17 @@
menu "TrueType Fonts"
+config CONSOLE_TRUETYPE_NIMBUS
+ bool "Nimbus Sans Regular"
+ depends on CONSOLE_TRUETYPE
+ help
+ Nimbus Sans L is a version of Nimbus Sans using Adobe font sources.
+ It was designed in 1987. A subset of Nimbus Sans L were released
+ under the GPL. Although the characters are not exactly the same,
+ Nimbus Sans L has metrics almost identical to Helvetica and Arial.
+ (From Wikipedia, the free encyclopedia)
+ From: https://fontlibrary.org/en/font/nimbus-sans-l
+ License: GNU GPL v3
+ http://www.gnu.org/copyleft/gpl.html
+
endmenu