diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-17 22:52:42 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-17 22:59:26 +0100 |
commit | 05efc67d100ff6c3364604b72729addf1a86fdab (patch) | |
tree | 8c4ae2490da6de54b2fa33adbe1f37f2151392de /arch/sh | |
parent | [PATCH] Infineon TPM: IO-port leakage fix, WTX-bugfix (diff) | |
download | linux-05efc67d100ff6c3364604b72729addf1a86fdab.tar.xz linux-05efc67d100ff6c3364604b72729addf1a86fdab.zip |
[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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 504d56f8ca7f..e73621d03a28 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" |