lkml.org 
[lkml]   [2003]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: vga text console if x86 and not embedded
(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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:2.921 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site