diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 01:23:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 01:23:04 -0400 |
commit | 3e7678333a2b3bd89e3669535faa18d53a8fa054 (patch) | |
tree | 042794fdbb68d3a45d89f6ccd6c75951fd82c715 /arch/sh/drivers/dma | |
parent | da9f0ac2f1c00b415939f6b00ee0ea19650377d0 (diff) |
sh: Fix up CPU dependencies for on-chip DMAC.
We only handle SH-3 and SH-4 at present, don't expose it to the
other CPUs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/dma')
-rw-r--r-- | arch/sh/drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/drivers/dma/Kconfig b/arch/sh/drivers/dma/Kconfig index 333898077c7c..93cc6a4fb92e 100644 --- a/arch/sh/drivers/dma/Kconfig +++ b/arch/sh/drivers/dma/Kconfig | |||
@@ -5,6 +5,7 @@ config SH_DMA_API | |||
5 | 5 | ||
6 | config SH_DMA | 6 | config SH_DMA |
7 | bool "SuperH on-chip DMA controller (DMAC) support" | 7 | bool "SuperH on-chip DMA controller (DMAC) support" |
8 | depends on CPU_SH3 || CPU_SH4 | ||
8 | select SH_DMA_API | 9 | select SH_DMA_API |
9 | default n | 10 | default n |
10 | 11 | ||