X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fvideo%2FKconfig;h=c3781b160d9ffcd502ec34b539f62813796e1579;hb=75ce8c938d39bd22460be66e6bf318bd2410c17b;hp=53871f864f5379f2d6c45a46a0fe219ca1854892;hpb=e0627f77f55ea8d606cd4b0902bc47ffaad220d0;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 53871f8..c3781b1 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