diff options
author | Dave Jiang <djiang@mvista.com> | 2008-02-07 03:14:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:23 -0500 |
commit | 4f4aeeabc061826376c9a72b4714d062664999ea (patch) | |
tree | 888c63a646bd3fef2943531d7187ffacc7c4b6fe /drivers/edac/Kconfig | |
parent | a9a753d53204bf0f42841f65679c7e1711833bcf (diff) |
drivers-edac: add marvell mv64x60 driver
Marvell mv64x60 SoC support for EDAC. Used on PPC and MIPS platforms.
Development and testing done on PPC Motorola prpmc2800 ATCA board.
[akpm@linux-foundation.org: make mv64x60_ctl_name static]
Signed-off-by: Dave Jiang <djiang@mvista.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 1727a00e57e5..10119d7dbcff 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -130,6 +130,13 @@ config EDAC_MPC85XX | |||
130 | Support for error detection and correction on the Freescale | 130 | Support for error detection and correction on the Freescale |
131 | MPC8560, MPC8540, MPC8548 | 131 | MPC8560, MPC8540, MPC8548 |
132 | 132 | ||
133 | config EDAC_MV64X60 | ||
134 | tristate "Marvell MV64x60" | ||
135 | depends on EDAC_MM_EDAC && MV64X60 | ||
136 | help | ||
137 | Support for error detection and correction on the Marvell | ||
138 | MV64360 and MV64460 chipsets. | ||
139 | |||
133 | config EDAC_PASEMI | 140 | config EDAC_PASEMI |
134 | tristate "PA Semi PWRficient" | 141 | tristate "PA Semi PWRficient" |
135 | depends on EDAC_MM_EDAC && PCI | 142 | depends on EDAC_MM_EDAC && PCI |