[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46a7b8b9.eCfpRPp+WuNBtm5V%dougthompson@xmission.com>
Date: Wed, 25 Jul 2007 14:55:21 -0600
From: dougthompson@...ssion.com
To: greg@...ah.com, ralf@...ux-mips.org, egor@...emi.com,
dougthompson@...ssion.com, alan@...rguk.ukuu.org.uk,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: [PATCH 4/4] drivers edac fix pasemi kconfig depends
From: Doug Thompson <dougthompson@...ssion.com>
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@...rguk.ukuu.org.uk>
Cc: Egor N. Martovetsky <egor@...emi.com>
Signed-off-by: Doug Thompson <dougthompson@...ssion.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists