Commit ee8c8ada authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

m68knommu: define DMA channels for ColdFire 532x

Create definition for DMA channels on the ColdFire 532x family.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 99dc736f
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#define MAX_M68K_DMA_CHANNELS 4 #define MAX_M68K_DMA_CHANNELS 4
#elif defined(CONFIG_M5272) #elif defined(CONFIG_M5272)
#define MAX_M68K_DMA_CHANNELS 1 #define MAX_M68K_DMA_CHANNELS 1
#elif defined(CONFIG_M532x)
#define MAX_M68K_DMA_CHANNELS 0
#else #else
#define MAX_M68K_DMA_CHANNELS 2 #define MAX_M68K_DMA_CHANNELS 2
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment