efi: Enable truetype in the ARM app

Enable truetype fonts so the menus can look nicer.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-28 13:29:19 -06:00
parent e1b410daa9
commit 3d472da862

View File

@@ -49,6 +49,7 @@ CONFIG_SYSCON=y
CONFIG_DM_RNG=y
CONFIG_SYSRESET=y
CONFIG_VIDEO=y
CONFIG_CONSOLE_TRUETYPE=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=5
CONFIG_FAT_WRITE=y