Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eaa854902aaeeade4a28cc8987de2b2ce182003b
Commit: eaa854902aaeeade4a28cc8987de2b2ce182003b
Parent: 1e5b24431b58d821502bb56e67af3e74854feaf2
Author: Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 21 22:30:01 2007 +0800
Committer: Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Sun Oct 21 22:30:01 2007 +0800
Blackfin serial driver Kconfig: depend on DMA not being enabled rather than
a specific DMA size
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
drivers/serial/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 87665d7..ed438bc 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -624,7 +624,7 @@ choice
config SERIAL_BFIN_DMA
bool "DMA mode"
- depends on DMA_UNCACHED_1M && !KGDB_UART
+ depends on !DMA_UNCACHED_NONE && !KGDB_UART
help
This driver works under DMA mode. If this option is selected, the
blackfin simple dma driver is also enabled.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html