Skip to content

Commit ee8c8ad

Browse files
Greg UngererLinus Torvalds
authored andcommitted
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>
1 parent 99dc736 commit ee8c8ad

File tree

1 file changed

+2
-0
lines changed
  • include/asm-m68knommu

1 file changed

+2
-0
lines changed

include/asm-m68knommu/dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
#define MAX_M68K_DMA_CHANNELS 4
4040
#elif defined(CONFIG_M5272)
4141
#define MAX_M68K_DMA_CHANNELS 1
42+
#elif defined(CONFIG_M532x)
43+
#define MAX_M68K_DMA_CHANNELS 0
4244
#else
4345
#define MAX_M68K_DMA_CHANNELS 2
4446
#endif

0 commit comments

Comments
 (0)