diff options
author | Harry Ciao <qingtao.cao@windriver.com> | 2009-04-02 23:58:51 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 02:05:04 (GMT) |
commit | e8765584156daef3e0ccd63dfa12466a8b75613d (patch) | |
tree | 2b000afd5f78067c163130c5c84ce8ccd59e18f4 /drivers/edac | |
parent | 28d16272b12e086664a8ca30d5877274a5f944b8 (diff) | |
download | linux-fsl-qoriq-e8765584156daef3e0ccd63dfa12466a8b75613d.tar.xz |
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 41d73ef..865cb7b 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -190,4 +190,11 @@ config EDAC_PPC4XX PowerPC 4xx embedded processors such as the 405EX[r], 440SP, 440SPe, 460EX, 460GT and 460SX. +config EDAC_AMD8131 + tristate "AMD8131 HyperTransport PCI-X Tunnel" + depends on EDAC_MM_EDAC && PCI + help + Support for error detection and correction on the + AMD8131 HyperTransport PCI-X Tunnel chip. + endif # EDAC |