diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-03-01 13:01:49 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-03-10 13:30:14 -0500 |
commit | 5c7707554858eca8903706b6df7cba5c0f802244 (patch) | |
tree | 6ebb5ef933b1cf4dbca374cf2a03e249383cd41e /drivers/edac/Kconfig | |
parent | d91c641233ae09fcccec75313b7f55992668bf8d (diff) |
drivers/edac: provide support for tile architecture
Add tile support for the EDAC driver, which provides unified system
error (memory, PCI, etc.) reporting. For now, the TILEPro port
reports memory correctable error (CE) only.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index fe70a341bd8b..fac1a2002e67 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -7,7 +7,7 @@ | |||
7 | menuconfig EDAC | 7 | menuconfig EDAC |
8 | bool "EDAC (Error Detection And Correction) reporting" | 8 | bool "EDAC (Error Detection And Correction) reporting" |
9 | depends on HAS_IOMEM | 9 | depends on HAS_IOMEM |
10 | depends on X86 || PPC | 10 | depends on X86 || PPC || TILE |
11 | help | 11 | help |
12 | EDAC is designed to report errors in the core system. | 12 | EDAC is designed to report errors in the core system. |
13 | These are low-level errors that are reported in the CPU or | 13 | These are low-level errors that are reported in the CPU or |
@@ -282,4 +282,12 @@ config EDAC_CPC925 | |||
282 | a companion chip to the PowerPC 970 family of | 282 | a companion chip to the PowerPC 970 family of |
283 | processors. | 283 | processors. |
284 | 284 | ||
285 | config EDAC_TILE | ||
286 | tristate "Tilera Memory Controller" | ||
287 | depends on EDAC_MM_EDAC && TILE | ||
288 | default y | ||
289 | help | ||
290 | Support for error detection and correction on the | ||
291 | Tilera memory controller. | ||
292 | |||
285 | endif # EDAC | 293 | endif # EDAC |