[PATCH 4/4] drivers edac fix pasemi kconfig depends

From: dougthompson
Date: Wed Jul 25 2007 - 16:48:12 EST


From: Doug Thompson <dougthompson@xxxxxxxxxxxx>

Fixed 'depends on PPC_PASEMI' in EDAC Kconfig.
Module PASEMI depends ONLY on the PASEMI on PPC.

Was previously enabled for ALL PPC

Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Cc: Egor N. Martovetsky <egor@xxxxxxxxxx>
Signed-off-by: Doug Thompson <dougthompson@xxxxxxxxxxxx>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.23-rc1/drivers/edac/Kconfig
===================================================================
--- linux-2.6.23-rc1.orig/drivers/edac/Kconfig
+++ linux-2.6.23-rc1/drivers/edac/Kconfig
@@ -126,7 +126,7 @@ config EDAC_I5000
config EDAC_PASEMI
tristate "PA Semi PWRficient"
depends on EDAC_MM_EDAC && PCI
- depends on PPC
+ depends on PPC_PASEMI
help
Support for error detection and correction on PA Semi
PWRficient.
-
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/