Skip to content

Commit

Permalink
sh: Make on-chip DMA channel selection explicit.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent 3e76783 commit fc10020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ config SH_DMA
default n

config NR_ONCHIP_DMA_CHANNELS
int
depends on SH_DMA
int "Number of on-chip DMAC channels"
default "8" if CPU_SUBTYPE_SH7750R || CPU_SUBTYPE_SH7751R
default "12" if CPU_SUBTYPE_SH7780
default "4"
Expand Down

0 comments on commit fc10020

Please sign in to comment.