aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/vexpress64.conf
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 09:47:53 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:12:53 +0400
commitb163ec316113c78da70a3bd49528863ef6b1cf5b (patch)
tree78e7a08cd79be7d5884463f5ed7119f23275a473 /linaro/configs/vexpress64.conf
parente6b32a58235cb46f83b939dca791c5e14b7e0df2 (diff)
configs: vexpress64: Disable CONFIG_VGA_CONSOLE
This defaults to 'y' but produces a compilations error. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/video/console/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro/configs/vexpress64.conf')
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 3e64acdff8ea..b87f879fc44a 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -9,6 +9,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_FB=y
CONFIG_FB_ARMCLCD=y
CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_VGA_CONSOLE is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set