[parisc-linux] kernel 2.6.3 compile problem

Grant Grundler grundler at parisc-linux.org
Fri Feb 27 18:06:44 MST 2004


On Fri, Feb 27, 2004 at 05:49:26PM -0500, Carlos O'Donell wrote:
> This is the culprit, and I stumble across it all the time. How do we go
> about setting this to CONFIG_VGA_CONSOLE=n as the default? 


change drivers/video/console/Kconfig:
config VGA_CONSOLE
        bool "VGA text console" if EMBEDDED || !X86
        depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K
        default y
...

I'm not sure why, but is arch/parisc/defconfig being ignored?
It seems to disable VGA_CONSOLE by default as do all the
sample configs in arch/parisc/configs/*.

grant


More information about the parisc-linux mailing list