To: linus, akpm Cc: lkml Subject: [PATCH] M68k has no VGA/MDA M68k has no VGA or MDA consoles --- Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.0/drivers/video/console/Kconfig 2003-09-28 09:36:22.000000000 +0200 +++ linux-m68k-2.6.0/drivers/video/console/Kconfig 2003-11-18 11:54:40.000000000 +0100 @@ -6,7 +6,7 @@ config VGA_CONSOLE bool "VGA text console" if EMBEDDED || !X86 - depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 + depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K default y help Saying Y here will allow you to use Linux in text mode through a @@ -43,6 +43,7 @@ about the Video mode selection support. If unsure, say N. config MDA_CONSOLE + depends on !M68K tristate "MDA text console (dual-headed) (EXPERIMENTAL)" ---help--- Say Y here if you have an old MDA or monochrome Hercules graphics