From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k has no VGA or MDA consoles



---

 25-akpm/drivers/video/console/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -puN drivers/video/console/Kconfig~68k-380 drivers/video/console/Kconfig
--- 25/drivers/video/console/Kconfig~68k-380	Thu Jan  8 15:37:39 2004
+++ 25-akpm/drivers/video/console/Kconfig	Thu Jan  8 15:37:39 2004
@@ -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
+	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 @@ config VIDEO_SELECT
 	  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

_