[PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependencies

Jean-Luc Leger <reiga@dspnet.fr.eu.org> found this obvious typo.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Adrian Bunk and committed by Linus Torvalds 05efc67d 8c9e8779

+1 -1
+1 -1
arch/sh/Kconfig
··· 446 447 config ISA_DMA_API 448 bool 449 - depends on MPC1211 450 default y 451 452 menu "Kernel features"
··· 446 447 config ISA_DMA_API 448 bool 449 + depends on SH_MPC1211 450 default y 451 452 menu "Kernel features"