diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-25 01:17:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-25 01:17:29 -0400 |
commit | 41660e9ac639c97840258d3c5294f618ca8cc46f (patch) | |
tree | 6284f3c320d8306ea7a10a7050bba0de1a79dd91 /arch/sparc64/Kconfig | |
parent | 881d021ab0d675f519b68df916fde969940ef988 (diff) |
sparc64: Allow chmc to be built as a module.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 489b6912fa09..8df73714caf1 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -191,6 +191,17 @@ config US2E_FREQ | |||
191 | 191 | ||
192 | If in doubt, say N. | 192 | If in doubt, say N. |
193 | 193 | ||
194 | config US3_MC | ||
195 | tristate "UltraSPARC-III Memory Controller driver" | ||
196 | default y | ||
197 | help | ||
198 | This adds a driver for the UltraSPARC-III memory controller. | ||
199 | Loading this driver allows exact mnemonic strings to be | ||
200 | printed in the event of a memory error, so that the faulty DIMM | ||
201 | on the motherboard can be matched to the error. | ||
202 | |||
203 | If in doubt, say Y, as this information can be very useful. | ||
204 | |||
194 | # Global things across all Sun machines. | 205 | # Global things across all Sun machines. |
195 | config GENERIC_LOCKBREAK | 206 | config GENERIC_LOCKBREAK |
196 | bool | 207 | bool |