console: Disable VGA text console support on cris
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 17 May 2013 09:04:44 +0000 (11:04 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jun 2013 11:47:43 +0000 (13:47 +0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/video/console/Kconfig

index bc922c47d046ef043c3e81e528aabbb9edb5233c..84f04d9461a9dce6757cc47da9d0d8cb6c11d50e 100644 (file)
@@ -6,7 +6,9 @@ menu "Console display driver support"
 
 config VGA_CONSOLE
        bool "VGA text console" if EXPERT || !X86
-       depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER)
+       depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \
+               !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+               (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER)
        default y
        help
          Saying Y here will allow you to use Linux in text mode through a
This page took 0.029773 seconds and 5 git commands to generate.