aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-04-15 07:30:07 -0400
committerTom Rini <trini@konsulko.com>2019-04-15 07:30:07 -0400
commit939803e1303f4329896a566883593325c6d75057 (patch)
tree3246d2d14bb8c3390a50aef6ba1cb9a40d45abf6 /drivers/video/Kconfig
parent216800acf1fbf9f498455bf3c92d4513d9a4c681 (diff)
parent7b64a70a3a0113f9cd5356b3260d4740edb03265 (diff)
downloadu-boot-939803e1303f4329896a566883593325c6d75057.zip
u-boot-939803e1303f4329896a566883593325c6d75057.tar.gz
u-boot-939803e1303f4329896a566883593325c6d75057.tar.bz2
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
- optional backlight PWM polarity config via polarity cell - bug fix for ASCII characters > 127 - ANSI sequence handling extensions (implement clear line, reverse video and relative cursor movement commands) - preparation for doing character set translations - left/right and up/down arrow keys translation to ANSI control sequences for cursor movement to fix selection with an USB keyboard in bootmenu - CONFIG_SYS_WHITE_ON_BLACK font scheme configuration for sunxi boards
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2eac4b6..4341287 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -120,7 +120,7 @@ config CONSOLE_TRUETYPE_SIZE
config SYS_WHITE_ON_BLACK
bool "Display console as white on a black background"
- default y if ARCH_AT91 || ARCH_EXYNOS || ARCH_ROCKCHIP || TEGRA || X86
+ default y if ARCH_AT91 || ARCH_EXYNOS || ARCH_ROCKCHIP || TEGRA || X86 || ARCH_SUNXI
help
Normally the display is black on a white background, Enable this
option to invert this, i.e. white on a black background. This can be