]> git.hungrycats.org Git - linux/commitdiff
[SPARC]: Do not provide VGA_CONSOLE for sparc builds.
authorDavid S. Miller <davem@nuts.ninka.net>
Mon, 17 Nov 2003 10:28:14 +0000 (02:28 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 17 Nov 2003 10:28:14 +0000 (02:28 -0800)
While here, fix the existing conditional.  The || should be an && as
all config options mentioned should prevent VGA_CONSOLE from being
offered.

drivers/video/console/Kconfig

index 475c313278105ebbb7f4428481e4216405a2718f..e198bccbd76187d2e08dcfde2408f65852e8ca67 100644 (file)
@@ -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
+       depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64
        default y
        help
          Saying Y here will allow you to use Linux in text mode through a