Commit ee8c8ada2912641a906c978b9d635a7335c094b0

Authored by Greg Ungerer
Committed by Linus Torvalds
1 parent 99dc736fb3

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/asm-m68knommu/dma.h
... ... @@ -39,6 +39,8 @@
39 39 #define MAX_M68K_DMA_CHANNELS 4
40 40 #elif defined(CONFIG_M5272)
41 41 #define MAX_M68K_DMA_CHANNELS 1
  42 +#elif defined(CONFIG_M532x)
  43 +#define MAX_M68K_DMA_CHANNELS 0
42 44 #else
43 45 #define MAX_M68K_DMA_CHANNELS 2
44 46 #endif