diff options
author | Egor Martovetsky <egor@pasemi.com> | 2007-07-19 04:50:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:56 -0400 |
commit | 7d8536fb484360f35c0a9e3631641948bf168e2b (patch) | |
tree | 8aad0d897048a4cefd8cfc795531224328af77c4 /drivers/edac/Kconfig | |
parent | 7297c2617f6465d7862e156d4db5d812744280f1 (diff) |
drivers/edac: new pasemi driver
NEW EDAC driver for the memory controllers on PA Semi PA6T-1682M.
Changes since last submission:
* Rebased on top of 2.6.22-rc4-mm2 with the EDAC changes merged there.
* Minor checkpatch.pl cleanups
* Renamed ctl_name
* Added dev_name
* edac_mc.h -> edac_core.h
[akpm@linux-foundation.org: make printk more informative]
Cc: Alan Cox alan@lxorguk.ukuu.org.uk
Signed-off-by: Egor Martovetsky <egor@pasemi.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Doug Thompson <dougthompson@xmission.com
Cc: Greg KH <greg@kroah.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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 57a7384858da..43570d41f27c 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -116,4 +116,13 @@ config EDAC_I5000 | |||
116 | Support for error detection and correction the Intel | 116 | Support for error detection and correction the Intel |
117 | Greekcreek/Blackford chipsets. | 117 | Greekcreek/Blackford chipsets. |
118 | 118 | ||
119 | config EDAC_PASEMI | ||
120 | tristate "PA Semi PWRficient" | ||
121 | depends on EDAC_MM_EDAC && PCI | ||
122 | depends on PPC | ||
123 | help | ||
124 | Support for error detection and correction on PA Semi | ||
125 | PWRficient. | ||
126 | |||
127 | |||
119 | endif # EDAC | 128 | endif # EDAC |