aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 3dc650a7422..eff363d727e 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -60,11 +60,10 @@ config EDAC_MM_EDAC
60 60
61config EDAC_AMD64 61config EDAC_AMD64
62 tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" 62 tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h"
63 depends on EDAC_MM_EDAC && X86 && PCI 63 depends on EDAC_MM_EDAC && K8_NB && X86_64 && PCI
64 default m
65 help 64 help
66 Support for error detection and correction on the AMD 64 65 Support for error detection and correction on the AMD 64
67 Families of Memory Controllers (K8, F10h and F11h) 66 Families of Memory Controllers (K8, F10h and F11h)
68 67
69config EDAC_AMD64_ERROR_INJECTION 68config EDAC_AMD64_ERROR_INJECTION
70 bool "Sysfs Error Injection facilities" 69 bool "Sysfs Error Injection facilities"