summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-14 18:10:50 -0700
committerAnatolij Gustschin <agust@denx.de>2016-01-30 10:58:26 +0100
commit8df8dad528df027d5318020cc9f1d3c1ef231075 (patch)
tree139c6f095385cebacdfcdd8545b74c616f2c78ca /configs
parent8de536c27c10bbbd7bd974b68718f3c788e4e8af (diff)
downloadblackbird-obmc-uboot-8df8dad528df027d5318020cc9f1d3c1ef231075.tar.gz
blackbird-obmc-uboot-8df8dad528df027d5318020cc9f1d3c1ef231075.zip
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 2ebcba0a88..b5b81caaae 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
OpenPOWER on IntegriCloud