[PATCH 380] M68k has no VGA/MDA

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 15:55:34 EST


M68k has no VGA or MDA consoles

--- 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

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
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/