|
From: Jan-Benedict G. <jb...@us...> - 2004-08-16 12:46:39
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/video/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32527 Modified Files: Kconfig Log Message: - There's no simple mapped VGA card in VAXen. Index: Kconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/video/console/Kconfig,v retrieving revision 1.1.1.9 retrieving revision 1.2 diff -u -d -r1.1.1.9 -r1.2 --- Kconfig 22 Feb 2004 19:03:17 -0000 1.1.1.9 +++ Kconfig 16 Aug 2004 12:46:10 -0000 1.2 @@ -6,7 +6,7 @@ config VGA_CONSOLE bool "VGA text console" if EMBEDDED || !X86 - depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K + depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !VAX default y help Saying Y here will allow you to use Linux in text mode through a |