diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2009-05-20 14:18:46 -0400 |
---|---|---|
committer | Borislav Petkov <borislav.petkov@amd.com> | 2009-06-10 06:19:40 -0400 |
commit | 3d373290450b10933dad7c387c42179f54417009 (patch) | |
tree | 3107bc783e059350ea47e7bb63108f372c90d666 /drivers/edac | |
parent | 7d6034d3213e2dd1c0f8678e11064007413011c4 (diff) |
amd64_edac: do not enable module by default
While at it, fix a link failure when !K8_NB.
Acked-by: Doug Thompson <dougthompson@xmission.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Tested-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 3dc650a7422c..eff363d727e3 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -60,11 +60,10 @@ config EDAC_MM_EDAC | |||
60 | 60 | ||
61 | config EDAC_AMD64 | 61 | config 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 | ||
69 | config EDAC_AMD64_ERROR_INJECTION | 68 | config EDAC_AMD64_ERROR_INJECTION |
70 | bool "Sysfs Error Injection facilities" | 69 | bool "Sysfs Error Injection facilities" |