VGA console doesn't exist (or build) on arm/versatile; dependency fixed.
Signed-off-by: Al Viro <[EMAIL PROTECTED]> ---- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/