diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2010-10-13 16:12:15 -0400 |
---|---|---|
committer | Borislav Petkov <borislav.petkov@amd.com> | 2011-01-07 05:33:58 -0500 |
commit | 027dbd6f5d419c25750d6a26c5c46f46f2093a11 (patch) | |
tree | aa8edec28533e42dbbe1a177c0e08852f76adf6b /drivers/edac | |
parent | cc4d8860fc37dd315b16a43202400d822ab63221 (diff) |
amd64_edac: Remove explicit Kconfig PCI dependency
AMD_NB pulls in the dependency on PCI. Clarify/fix help text while at it.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index f436a2fa9f38..fe70a341bd8b 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -75,11 +75,11 @@ config EDAC_MCE | |||
75 | bool | 75 | bool |
76 | 76 | ||
77 | config EDAC_AMD64 | 77 | config EDAC_AMD64 |
78 | tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" | 78 | tristate "AMD64 (Opteron, Athlon64) K8, F10h" |
79 | depends on EDAC_MM_EDAC && AMD_NB && X86_64 && PCI && EDAC_DECODE_MCE | 79 | depends on EDAC_MM_EDAC && AMD_NB && X86_64 && EDAC_DECODE_MCE |
80 | help | 80 | help |
81 | Support for error detection and correction on the AMD 64 | 81 | Support for error detection and correction of DRAM ECC errors on |
82 | Families of Memory Controllers (K8, F10h and F11h) | 82 | the AMD64 families of memory controllers (K8 and F10h) |
83 | 83 | ||
84 | config EDAC_AMD64_ERROR_INJECTION | 84 | config EDAC_AMD64_ERROR_INJECTION |
85 | bool "Sysfs HW Error injection facilities" | 85 | bool "Sysfs HW Error injection facilities" |