summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-15 01:10:50 (GMT)
committerAnatolij Gustschin <agust@denx.de>2016-01-30 09:58:26 (GMT)
commit8df8dad528df027d5318020cc9f1d3c1ef231075 (patch)
tree139c6f095385cebacdfcdd8545b74c616f2c78ca /configs
parent8de536c27c10bbbd7bd974b68718f3c788e4e8af (diff)
downloadu-boot-fsl-qoriq-8df8dad528df027d5318020cc9f1d3c1ef231075.tar.xz
video: sandbox: Enable truetype fonts for sandbox
Enable this feature so that truetype fonts can be used on the sandbox console. Update the tests to select the normal/rotated console when needed. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2ebcba0..b5b81ca 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -78,6 +78,8 @@ CONFIG_USB_KEYBOARD=y
CONFIG_SYS_USB_EVENT_POLL=y
CONFIG_DM_VIDEO=y
CONFIG_CONSOLE_ROTATION=y
+CONFIG_CONSOLE_TRUETYPE=y
+CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y
CONFIG_VIDEO_SANDBOX_SDL=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y