diff options
Diffstat (limited to 'drivers/edac/Kconfig')
-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 98b6b4fb4257..411f021bef99 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -131,5 +131,12 @@ config EDAC_PASEMI | |||
131 | Support for error detection and correction on PA Semi | 131 | Support for error detection and correction on PA Semi |
132 | PWRficient. | 132 | PWRficient. |
133 | 133 | ||
134 | config EDAC_CELL | ||
135 | tristate "Cell Broadband Engine memory controller" | ||
136 | depends on EDAC_MM_EDAC && PPC_CELL_NATIVE | ||
137 | help | ||
138 | Support for error detection and correction on the | ||
139 | Cell Broadband Engine internal memory controller | ||
140 | on platform without a hypervisor | ||
134 | 141 | ||
135 | endif # EDAC | 142 | endif # EDAC |