projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5b244
)
Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specifi...
author
Mike Frysinger
<michael.frysinger@analog.com>
Sun, 21 Oct 2007 14:30:01 +0000
(22:30 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Sun, 21 Oct 2007 14:30:01 +0000
(22:30 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
drivers/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/serial/Kconfig
b/drivers/serial/Kconfig
index 87665d7df6f233b1aecb9fe2f98288c56730d655..ed438bc7e98da46549a25c8caeb3e839b1c777ad 100644
(file)
--- 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.