diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-08-13 07:15:06 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-08-20 15:55:27 -0600 |
commit | 5d5d7e225d25de222bad16bc4c3a8a1618c934f8 (patch) | |
tree | ed70e1d675430ce56e993e7a181ec7499f08fbe6 /configs | |
parent | 539485fd9ebd3611fcab2ef4cc50c5cdf77f87ae (diff) | |
download | u-boot-5d5d7e225d25de222bad16bc4c3a8a1618c934f8.zip u-boot-5d5d7e225d25de222bad16bc4c3a8a1618c934f8.tar.gz u-boot-5d5d7e225d25de222bad16bc4c3a8a1618c934f8.tar.bz2 |
configs: sandbox64: Enable video 12x22 font support
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
12x22 font support. This fixes ut_dm_dm_test_video_text_12x22 test .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 7d00282..1db69ec 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -237,6 +237,7 @@ CONFIG_USB=y CONFIG_USB_EMUL=y CONFIG_USB_KEYBOARD=y CONFIG_VIDEO=y +CONFIG_VIDEO_FONT_SUN12X22=y CONFIG_CONSOLE_ROTATION=y CONFIG_CONSOLE_TRUETYPE=y CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y |