diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-12-16 17:15:28 +0100 |
---|---|---|
committer | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-12-16 17:15:28 +0100 |
commit | de748a4593915b3566233e6724bac9ecb4418e38 (patch) | |
tree | bd7121d8c81e9745083c8fc268ea99785cf98095 | |
parent | 001228f7eece8ed7ce5d1e60d5d9e2fec879dc5c (diff) |
TSD: arm64: configs: ringneck: allow framebuffer rotation in userspace
This allows userspace to rotate the framebuffer, which is used on our
end-of-line tests, by writing to /sys/class/graphics/fbcon/rotate_all,
c.f. https://docs.kernel.org/fb/fbcon.html#b-loading
Suggested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r-- | arch/arm64/configs/ringneck-px30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/ringneck-px30_defconfig b/arch/arm64/configs/ringneck-px30_defconfig index eed870e0a05f..086411a05a3a 100644 --- a/arch/arm64/configs/ringneck-px30_defconfig +++ b/arch/arm64/configs/ringneck-px30_defconfig @@ -251,6 +251,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_GPIO=y CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set |