diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-04-07 11:52:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:44:06 -0400 |
commit | 51a2301e719e42b370bbb258c7ef6a7e7590b390 (patch) | |
tree | 9168f61012c06fd9a7286f850f55ad7e8ce08a56 | |
parent | 718f041835f383780fd45b8424fffa586be6e1f7 (diff) |
KGDB_SERIAL_CONSOLE check for module
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>
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 1e2dd6f5e4b0..1537e0d86192 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -707,7 +707,7 @@ choice | |||
707 | 707 | ||
708 | config SERIAL_BFIN_DMA | 708 | config SERIAL_BFIN_DMA |
709 | bool "DMA mode" | 709 | bool "DMA mode" |
710 | depends on !DMA_UNCACHED_NONE && !KGDB_SERIAL_CONSOLE | 710 | depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n |
711 | help | 711 | help |
712 | This driver works under DMA mode. If this option is selected, the | 712 | This driver works under DMA mode. If this option is selected, the |
713 | blackfin simple dma driver is also enabled. | 713 | blackfin simple dma driver is also enabled. |