aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 01:24:57 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 01:24:57 -0400
commitfc10020292c7a21d1c85a215fa266d4c7cf0f4eb (patch)
tree160f9aa17b992cd611cd8cc510cf54b719e51016
parent3e7678333a2b3bd89e3669535faa18d53a8fa054 (diff)
sh: Make on-chip DMA channel selection explicit.
Currently this has a prompt to allow users to change it. There's no reason to do this, and it has caused breakage and confusion in the past, so remove it entirely. We'll get rid of this when the whole driver is tidied for the driver model. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/dma/Kconfig b/arch/sh/drivers/dma/Kconfig
index 93cc6a4fb92e..ee711431e504 100644
--- a/arch/sh/drivers/dma/Kconfig
+++ b/arch/sh/drivers/dma/Kconfig
@@ -10,8 +10,8 @@ config SH_DMA
10 default n 10 default n
11 11
12config NR_ONCHIP_DMA_CHANNELS 12config NR_ONCHIP_DMA_CHANNELS
13 int
13 depends on SH_DMA 14 depends on SH_DMA
14 int "Number of on-chip DMAC channels"
15 default "8" if CPU_SUBTYPE_SH7750R || CPU_SUBTYPE_SH7751R 15 default "8" if CPU_SUBTYPE_SH7750R || CPU_SUBTYPE_SH7751R
16 default "12" if CPU_SUBTYPE_SH7780 16 default "12" if CPU_SUBTYPE_SH7780
17 default "4" 17 default "4"