aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorBenjamin Krill <ben@codiert.org>2008-11-27 10:15:44 -0500
committerArnd Bergmann <arnd@arndb.de>2008-12-22 16:19:19 -0500
commitdef434c2319c5a336633cd73322e0f28a7091b01 (patch)
tree39311a0e8eb7865732315b139fbe252ed209f73c /drivers/edac/Kconfig
parente68558ddcdbfa8cc2e7811bcada3bcbeef79fd4a (diff)
powerpc/cell: add QPACE as a separate Cell platform
Since the QPACE (Chromodynamics Parallel Computing on the Cell Broadband Engine) platform doesn't use a iommu, doesn't have PCI devices and a MPIC much lesser setup and configurations are needed. So far all devices are detected as OF device. A notifier function is used to set the dma_ops for the of_platform bus. Further this patch splits the PPC_CELL_NATIVE into PPC_CELL_COMMON which are parts that are shared with the QPACE platform and the rest. Signed-off-by: Benjamin Krill <ben@codiert.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index e0dbd388757f..e2667a8c2997 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -161,7 +161,7 @@ config EDAC_PASEMI
161 161
162config EDAC_CELL 162config EDAC_CELL
163 tristate "Cell Broadband Engine memory controller" 163 tristate "Cell Broadband Engine memory controller"
164 depends on EDAC_MM_EDAC && PPC_CELL_NATIVE 164 depends on EDAC_MM_EDAC && PPC_CELL_COMMON
165 help 165 help
166 Support for error detection and correction on the 166 Support for error detection and correction on the
167 Cell Broadband Engine internal memory controller 167 Cell Broadband Engine internal memory controller