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 | 58b4ce6f2422cf9eff50368462c204f1d95b7341 (patch) | |
tree | 3dd0403040859ece1b12b6b38dfb384a9adf9aaf /drivers | |
parent | e8765584156daef3e0ccd63dfa12466a8b75613d (diff) |
edac: AMD8111 driver Kconfig & Makefile
Introduce Kconfig and Makefile options for AMD8111 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')
-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 865cb7b84967..e5f5c5a8ba6c 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -197,4 +197,11 @@ config EDAC_AMD8131 | |||
197 | Support for error detection and correction on the | 197 | Support for error detection and correction on the |
198 | AMD8131 HyperTransport PCI-X Tunnel chip. | 198 | AMD8131 HyperTransport PCI-X Tunnel chip. |
199 | 199 | ||
200 | config EDAC_AMD8111 | ||
201 | tristate "AMD8111 HyperTransport I/O Hub" | ||
202 | depends on EDAC_MM_EDAC && PCI | ||
203 | help | ||
204 | Support for error detection and correction on the | ||
205 | AMD8111 HyperTransport I/O Hub chip. | ||
206 | |||
200 | endif # EDAC | 207 | endif # EDAC |