summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-10-24 12:04:08 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-23 20:45:44 -0700
commitee8c8ada2912641a906c978b9d635a7335c094b0 (patch)
tree4721413c72067106d0e2c1ab11953d75a5d9d296
parent99dc736fb3c7462597adaf72cd801b52c6c4ced1 (diff)
m68knommu: define DMA channels for ColdFire 532x
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>
-rw-r--r--include/asm-m68knommu/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/dma.h b/include/asm-m68knommu/dma.h
index 3338001abb4..3f20419c633 100644
--- 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