Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Greg Ungerer and committed by
Linus Torvalds
ee8c8ada 99dc736f

+2
+2
include/asm-m68knommu/dma.h
··· 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