瀏覽代碼

[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>
Adrian Bunk 19 年之前
父節點
當前提交
05efc67d10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/Kconfig

+ 1 - 1
arch/sh/Kconfig

@@ -446,7 +446,7 @@ endmenu
 
 
 config ISA_DMA_API
 config ISA_DMA_API
 	bool
 	bool
-	depends on MPC1211
+	depends on SH_MPC1211
 	default y
 	default y
 
 
 menu "Kernel features"
 menu "Kernel features"