diff options
Diffstat (limited to 'include/asm-m68knommu/dma.h')
-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 @@ #define MAX_M68K_DMA_CHANNELS 4 #elif defined(CONFIG_M5272) #define MAX_M68K_DMA_CHANNELS 1 +#elif defined(CONFIG_M532x) +#define MAX_M68K_DMA_CHANNELS 0 #else #define MAX_M68K_DMA_CHANNELS 2 #endif |