Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e767833 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent da9f0ac2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ config SH_DMA_API

config SH_DMA
	bool "SuperH on-chip DMA controller (DMAC) support"
	depends on CPU_SH3 || CPU_SH4
	select SH_DMA_API
	default n