]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
KGDB_SERIAL_CONSOLE check for module
authorMike Frysinger <vapier.adi@gmail.com>
Tue, 7 Apr 2009 15:52:49 +0000 (16:52 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:44:06 +0000 (08:44 -0700)
Depend on KGDB_SERIAL_CONSOLE being set to N rather than !Y, since it can
be built as a module.

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/Kconfig

index 1e2dd6f5e4b0bbf730f734c1ac48a1519ffd65d8..1537e0d861924a27cbde8ea56fef3e707539386a 100644 (file)
@@ -707,7 +707,7 @@ choice
 
 config SERIAL_BFIN_DMA
        bool "DMA mode"
 
 config SERIAL_BFIN_DMA
        bool "DMA mode"
-       depends on !DMA_UNCACHED_NONE && !KGDB_SERIAL_CONSOLE
+       depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n
        help
          This driver works under DMA mode. If this option is selected, the
          blackfin simple dma driver is also enabled.
        help
          This driver works under DMA mode. If this option is selected, the
          blackfin simple dma driver is also enabled.