Browse Source

[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 <davej@redhat.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Dave Jones 19 years ago
parent
commit
90cbc45b1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/edac/Kconfig

+ 1 - 1
drivers/edac/Kconfig

@@ -46,7 +46,7 @@ config EDAC_MM_EDAC
 
 
 config EDAC_AMD76X
 config EDAC_AMD76X
 	tristate "AMD 76x (760, 762, 768)"
 	tristate "AMD 76x (760, 762, 768)"
-	depends on EDAC_MM_EDAC  && PCI
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	help
 	  Support for error detection and correction on the AMD 76x
 	  Support for error detection and correction on the AMD 76x
 	  series of chipsets used with the Athlon processor.
 	  series of chipsets used with the Athlon processor.