]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Disable VGA text console for AVR32 architecture
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>
Mon, 3 Dec 2007 09:43:28 +0000 (10:43 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 25 Jan 2008 07:31:40 +0000 (08:31 +0100)
This patch disables the VGA text console for AVR32 architecture since
it does not provide the vga.h include file.

AVR32 users should use framebuffer console instead if they need a
console on an attached display.

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
drivers/video/console/Kconfig

index b87ed37ac0c1217c93a14638d0fd73b0d56a04bf..2b53d1f5628107b65d559e97cf5fc8007f41a6df 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 && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN
+       depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN && !AVR32
        default y
        help
          Saying Y here will allow you to use Linux in text mode through a