diff options
| author | Mike Frysinger <[email protected]> | 2009-04-07 16:52:39 +0100 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-04-07 08:44:05 -0700 |
| commit | 718f041835f383780fd45b8424fffa586be6e1f7 (patch) | |
| tree | 75918604478753d6c5f17a6874087e871baed1f7 | |
| parent | d307d36adeaa70074773b3e5eab8d7e1beb008a4 (diff) | |
Change KCONFIG name
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -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 f2e5736ad0c8..1e2dd6f5e4b0 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -707,7 +707,7 @@ choice config SERIAL_BFIN_DMA bool "DMA mode" - depends on !DMA_UNCACHED_NONE && !KGDB_UART + depends on !DMA_UNCACHED_NONE && !KGDB_SERIAL_CONSOLE help This driver works under DMA mode. If this option is selected, the blackfin simple dma driver is also enabled. |