From: Dave Jones Date: Fri, 3 Feb 2006 11:04:11 +0000 (-0800) Subject: [PATCH] EDAC config cleanup X-Git-Tag: firefly_0821_release~38330 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=90cbc45b1d8a81e661a981ddd69f95d6915f1574;p=firefly-linux-kernel-4.4.55.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 4819e7fc00dd..d94331c1e5b0 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.