projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99dc736
)
m68knommu: define DMA channels for ColdFire 532x
author
Greg Ungerer
<gerg@snapgear.com>
Wed, 24 Oct 2007 02:04:08 +0000
(12:04 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 24 Oct 2007 03:45:44 +0000
(20:45 -0700)
Create definition for DMA channels on the ColdFire 532x family.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68knommu/dma.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/dma.h
b/include/asm-m68knommu/dma.h
index
3338001
..
3f20419
100644
(file)
--- a/
include/asm-m68knommu/dma.h
+++ b/
include/asm-m68knommu/dma.h
@@
-39,6
+39,8
@@
#define MAX_M68K_DMA_CHANNELS 4
#elif defined(CONFIG_M5272)
#define MAX_M68K_DMA_CHANNELS 1
+#elif defined(CONFIG_M532x)
+#define MAX_M68K_DMA_CHANNELS 0
#else
#define MAX_M68K_DMA_CHANNELS 2
#endif