diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 41d73ef2c962..865cb7b84967 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -190,4 +190,11 @@ config EDAC_PPC4XX | |||
190 | PowerPC 4xx embedded processors such as the 405EX[r], | 190 | PowerPC 4xx embedded processors such as the 405EX[r], |
191 | 440SP, 440SPe, 460EX, 460GT and 460SX. | 191 | 440SP, 440SPe, 460EX, 460GT and 460SX. |
192 | 192 | ||
193 | config EDAC_AMD8131 | ||
194 | tristate "AMD8131 HyperTransport PCI-X Tunnel" | ||
195 | depends on EDAC_MM_EDAC && PCI | ||
196 | help | ||
197 | Support for error detection and correction on the | ||
198 | AMD8131 HyperTransport PCI-X Tunnel chip. | ||
199 | |||
193 | endif # EDAC | 200 | endif # EDAC |