From: Adrian Bunk Date: Fri, 17 Feb 2006 21:52:42 +0000 (-0800) Subject: [PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependencies X-Git-Tag: v2.6.16-rc4~17 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=05efc67d100ff6c3364604b72729addf1a86fdab;p=~andy%2Flinux [PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependencies Jean-Luc Leger found this obvious typo. Signed-off-by: Adrian Bunk Acked-by: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 504d56f8ca7..e73621d03a2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -446,7 +446,7 @@ endmenu config ISA_DMA_API bool - depends on MPC1211 + depends on SH_MPC1211 default y menu "Kernel features"