From: Dave Jones Date: Fri, 3 Feb 2006 11:04:11 +0000 (-0800) Subject: [PATCH] EDAC config cleanup X-Git-Tag: v2.6.16-rc3~264 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=90cbc45b1d8a81e661a981ddd69f95d6915f1574;p=~emulex%2Finfiniband.git [PATCH] EDAC config cleanup The AMD76x chipsets aren't used in 64-bit, so don't offer the driver to the user. Signed-off-by: Dave Jones Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 4819e7fc00d..d94331c1e5b 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -46,7 +46,7 @@ config EDAC_MM_EDAC config EDAC_AMD76X tristate "AMD 76x (760, 762, 768)" - depends on EDAC_MM_EDAC && PCI + depends on EDAC_MM_EDAC && PCI && X86_32 help Support for error detection and correction on the AMD 76x series of chipsets used with the Athlon processor.