git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4c6fc9
)
[ARM] Refine selection of ISA_DMA_API and generic dma.c code
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 4 Jan 2006 15:44:16 +0000
(15:44 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 4 Jan 2006 15:44:16 +0000
(15:44 +0000)
ISA_DMA_API tells the rest of the kernel if the ISA DMA API is
available. Select this symbol only on machine types which make
use of the ISA DMA API.
Make building of arch/arm/kernel/dma.c depend on this symbol -
if a machine does not support the ISA DMA API, it's pointless
building this file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found