Skip to content

Commit

Permalink
[PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 17, 2006
1 parent 8c9e877 commit 05efc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ endmenu

config ISA_DMA_API
bool
depends on MPC1211
depends on SH_MPC1211
default y

menu "Kernel features"
Expand Down

0 comments on commit 05efc67

Please sign in to comment.