diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-24 22:17:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-24 22:17:29 -0700 |
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 489b6912fa0..8df73714caf 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -191,6 +191,17 @@ config US2E_FREQ If in doubt, say N. +config US3_MC + tristate "UltraSPARC-III Memory Controller driver" + default y + help + This adds a driver for the UltraSPARC-III memory controller. + Loading this driver allows exact mnemonic strings to be + printed in the event of a memory error, so that the faulty DIMM + on the motherboard can be matched to the error. + + If in doubt, say Y, as this information can be very useful. + # Global things across all Sun machines. config GENERIC_LOCKBREAK bool |