mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
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>
This commit is contained in:
parent
3e7678333a
commit
fc10020292
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue