[2.6 patch] arch/sh/Kconfig: fix the ISA_DMA_API dependencies

From: Adrian Bunk
Date: Wed Feb 15 2006 - 17:44:14 EST


Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx> found this obvious typo.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Acked-by: Paul Mundt <lethal@xxxxxxxxxxxx>

---

This patch was already sent on:
- 14 Feb 2006

--- linux-2.6.16-rc2-mm1-full/arch/sh/Kconfig.old 2006-02-14 01:18:22.000000000 +0100
+++ linux-2.6.16-rc2-mm1-full/arch/sh/Kconfig 2006-02-14 01:19:43.000000000 +0100
@@ -446,7 +446,7 @@

config ISA_DMA_API
bool
- depends on MPC1211
+ depends on SH_MPC1211
default y

menu "Kernel features"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/