[PATCH] (19/43) Kconfig fix (VGA console on arm/versatile)

From: Al Viro
Date: Tue Aug 23 2005 - 16:54:17 EST


VGA console doesn't exist (or build) on arm/versatile; dependency fixed.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-amba/drivers/video/console/Kconfig RC13-rc6-git13-vga/drivers/video/console/Kconfig
--- RC13-rc6-git13-amba/drivers/video/console/Kconfig 2005-08-10 10:37:52.000000000 -0400
+++ RC13-rc6-git13-vga/drivers/video/console/Kconfig 2005-08-21 13:17:03.000000000 -0400
@@ -6,7 +6,7 @@

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/