diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-03 15:34:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-03 15:34:44 -0500 |
commit | 53240275666acf32cb9811e44eaf2fd571a6cb75 (patch) | |
tree | b7b219cc65acb70f58a8845e72d723d56c89949b /drivers | |
parent | 7436f5e54d35bcad53befec90e2e67288071f74e (diff) | |
parent | daaba089f9dd3eee779a995abccc7e9c12a4d8bf (diff) | |
download | u-boot-53240275666acf32cb9811e44eaf2fd571a6cb75.tar.gz |
Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video
TrueType fixes and documentation
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/fonts/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig index 3f1398db50..c692fa9602 100644 --- a/drivers/video/fonts/Kconfig +++ b/drivers/video/fonts/Kconfig @@ -7,6 +7,7 @@ menu "TrueType Fonts" config CONSOLE_TRUETYPE_NIMBUS bool "Nimbus Sans Regular" depends on CONSOLE_TRUETYPE + default y 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 |