linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: vga text console if x86 and not embedded
@ 2003-07-27 20:16 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-27 20:16 UTC (permalink / raw)
  To: linux-kernel, torvalds

(Andi Kleen)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/video/console/Kconfig linux-2.6.0-test2-ac1/drivers/video/console/Kconfig
--- linux-2.6.0-test2/drivers/video/console/Kconfig	2003-07-10 21:06:08.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/video/console/Kconfig	2003-07-16 18:39:32.000000000 +0100
@@ -5,8 +5,9 @@
 menu "Console display driver support"
 
 config VGA_CONSOLE
-	bool "VGA text console"
+	bool "VGA text console" if (EMBEDDED && X86) || (!X86)
 	depends on !ARCH_ACORN && !ARCH_EBSA110 || !4xx && !8xx
+	default y
 	help
 	  Saying Y here will allow you to use Linux in text mode through a
 	  display that complies with the generic VGA standard. Virtually

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-28  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:16 PATCH: vga text console if x86 and not embedded Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).