diff options
author | Paul Mackerras <paulus@samba.org> | 2006-02-07 17:43:08 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-07 17:43:08 -0500 |
commit | 8f75015f33c3005e0bbf83ffc0d5e0b4262cc03d (patch) | |
tree | a3c34ad86ccdc904bb43af6cd1cb163231c29276 /drivers/edac/Kconfig | |
parent | 076d022c566fddde41fd4a858dd24bacad8304d7 (diff) | |
parent | e060e084e7d9e1c62d02cb6b8d3fe07db5317eaa (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 4819e7fc00dd..18a455651121 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -11,7 +11,6 @@ menu 'EDAC - error detection and reporting (RAS)' | |||
11 | config EDAC | 11 | config EDAC |
12 | tristate "EDAC core system error reporting" | 12 | tristate "EDAC core system error reporting" |
13 | depends on X86 | 13 | depends on X86 |
14 | default y | ||
15 | help | 14 | help |
16 | EDAC is designed to report errors in the core system. | 15 | EDAC is designed to report errors in the core system. |
17 | These are low-level errors that are reported in the CPU or | 16 | These are low-level errors that are reported in the CPU or |
@@ -46,7 +45,7 @@ config EDAC_MM_EDAC | |||
46 | 45 | ||
47 | config EDAC_AMD76X | 46 | config EDAC_AMD76X |
48 | tristate "AMD 76x (760, 762, 768)" | 47 | tristate "AMD 76x (760, 762, 768)" |
49 | depends on EDAC_MM_EDAC && PCI | 48 | depends on EDAC_MM_EDAC && PCI && X86_32 |
50 | help | 49 | help |
51 | Support for error detection and correction on the AMD 76x | 50 | Support for error detection and correction on the AMD 76x |
52 | series of chipsets used with the Athlon processor. | 51 | series of chipsets used with the Athlon processor. |