diff options
author | Harry Ciao <qingtao.cao@windriver.com> | 2009-04-02 19:58:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:05:04 -0400 |
commit | e8765584156daef3e0ccd63dfa12466a8b75613d (patch) | |
tree | 2b000afd5f78067c163130c5c84ce8ccd59e18f4 /drivers/edac | |
parent | 28d16272b12e086664a8ca30d5877274a5f944b8 (diff) |
edac: AMD8131 driver Kconfig & Makefile
Introduce Kconfig and Makefile options for AMD8131 EDAC driver.
Signed-off-by: Harry Ciao <qingtao.cao@windriver.com>
Cc: Doug Thompson <norsk5@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac')
-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 |