From: Doug Thompson <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
Cc: Egor N. Martovetsky <[EMAIL PROTECTED]>
Signed-off-by: Doug Thompson <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/