From: Dave Jones 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 --- drivers/edac/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/Kconfig~edac-config-cleanup drivers/edac/Kconfig --- devel/drivers/edac/Kconfig~edac-config-cleanup 2006-01-22 00:36:36.000000000 -0800 +++ devel-akpm/drivers/edac/Kconfig 2006-01-22 00:36:36.000000000 -0800 @@ -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. _