diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-18 19:52:27 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:10:16 -0700 |
commit | 85e08db85bb9d446f3b48e42cec73f9f24073d52 (patch) | |
tree | 7fe32af0dd0c0d5d10ac9076c792f3901270dfda /configs | |
parent | 3c97c4fb52af9d4da4546cbb8a52bdb6f0d4b57f (diff) | |
download | u-boot-imx-85e08db85bb9d446f3b48e42cec73f9f24073d52.zip u-boot-imx-85e08db85bb9d446f3b48e42cec73f9f24073d52.tar.gz u-boot-imx-85e08db85bb9d446f3b48e42cec73f9f24073d52.tar.bz2 |
dm: video: test: Add tests for rotated consoles
Test that text is displayed correctly when the console is rotated.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 898c5f4..09ced01 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -77,6 +77,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y CONFIG_DM_VIDEO=y +CONFIG_VIDEO_ROTATION=y CONFIG_VIDEO_SANDBOX_SDL=y CONFIG_CMD_DHRYSTONE=y CONFIG_TPM=y |