diff options
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. |