diff options
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | src/build/linux-libre-4.19_4.19.166+gnu/config | 10 |
2 files changed, 10 insertions, 5 deletions
@@ -2,6 +2,11 @@ config-x60 (2.6) trunk * config-linux-libre-4.19-x60: Drop version 4.19.163+gnu files. * config-linux-libre-4.19-x60: New upstream version 4.19.166+gnu. + * config-linux-libre-4.19-x60: Enable upstream 8x16 font and disable + custom M+ 1mn fonts. Being converted from vector fonts, they are + less legible than hand-drawn bitmap fonts are. Replacing the four + M+ fonts with one 8x16 font should also save about 32 KiB + uncompressed. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 11 Jan 2021 00:40:28 -0500 diff --git a/src/build/linux-libre-4.19_4.19.166+gnu/config b/src/build/linux-libre-4.19_4.19.166+gnu/config index b5ea6c9..75f7e93 100644 --- a/src/build/linux-libre-4.19_4.19.166+gnu/config +++ b/src/build/linux-libre-4.19_4.19.166+gnu/config @@ -2831,7 +2831,7 @@ CONFIG_NLATTR=y CONFIG_FONT_SUPPORT=y CONFIG_FONTS=y # CONFIG_FONT_8x8 is not set -# CONFIG_FONT_8x16 is not set +CONFIG_FONT_8x16=y # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set @@ -2841,10 +2841,10 @@ CONFIG_FONTS=y # CONFIG_FONT_10x18 is not set # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set -CONFIG_FONT_MPLUS_1MN_MEDIUM_10x14=y -CONFIG_FONT_MPLUS_1MN_REGULAR_12x17=y -CONFIG_FONT_MPLUS_1MN_REGULAR_14x19=y -CONFIG_FONT_MPLUS_1MN_REGULAR_16x22=y +# CONFIG_FONT_MPLUS_1MN_MEDIUM_10x14 is not set +# CONFIG_FONT_MPLUS_1MN_REGULAR_12x17 is not set +# CONFIG_FONT_MPLUS_1MN_REGULAR_14x19 is not set +# CONFIG_FONT_MPLUS_1MN_REGULAR_16x22 is not set CONFIG_SG_POOL=y CONFIG_ARCH_HAS_SG_CHAIN=y CONFIG_SBITMAP=y |