diff options
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r-- | include/asm-m68knommu/dma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/dma.h b/include/asm-m68knommu/dma.h index 3338001abb40..3f20419c633a 100644 --- a/include/asm-m68knommu/dma.h +++ b/include/asm-m68knommu/dma.h | |||
@@ -39,6 +39,8 @@ | |||
39 | #define MAX_M68K_DMA_CHANNELS 4 | 39 | #define MAX_M68K_DMA_CHANNELS 4 |
40 | #elif defined(CONFIG_M5272) | 40 | #elif defined(CONFIG_M5272) |
41 | #define MAX_M68K_DMA_CHANNELS 1 | 41 | #define MAX_M68K_DMA_CHANNELS 1 |
42 | #elif defined(CONFIG_M532x) | ||
43 | #define MAX_M68K_DMA_CHANNELS 0 | ||
42 | #else | 44 | #else |
43 | #define MAX_M68K_DMA_CHANNELS 2 | 45 | #define MAX_M68K_DMA_CHANNELS 2 |
44 | #endif | 46 | #endif |