From: Al Viro Date: Tue, 23 Aug 2005 21:46:21 +0000 (+0100) Subject: [PATCH] Kconfig fix (VGA console on arm/versatile) X-Git-Tag: v2.6.13-rc7~33 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51583cf108b27baf81c6db3ec718f932314986ea;p=linux-2.6 [PATCH] Kconfig fix (VGA console on arm/versatile) VGA console doesn't exist (or build) on arm/versatile; dependency fixed. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index cbff98337a..5fe182d6e4 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -6,7 +6,7 @@ menu "Console display driver support" config VGA_CONSOLE bool "VGA text console" if EMBEDDED || !X86 - depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !PARISC + depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !PARISC && !ARCH_VERSATILE default y help Saying Y here will allow you to use Linux in text mode through a