diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2006-12-08 19:06:01 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-01-29 18:25:49 -0500 |
commit | e9ef08bdc189e98610bc4b9a6e6f19bc3793b2c8 (patch) | |
tree | 1814d4bd64fd1c0a3f6401a5b57b8696ed9369c8 /arch | |
parent | 5263bf65d6342e12ab716db8e529501670979321 (diff) |
[IA64] Itanium MC Error Injection Tool: Kernel configuration
This patch has kenrel configuration changes for the MC Error Injection
Tool.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/Kconfig | 10 | ||||
-rw-r--r-- | arch/ia64/defconfig | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index fcacfe291b9b..f1e7cc1389b0 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -429,6 +429,16 @@ config IA64_PALINFO | |||
429 | To use this option, you have to ensure that the "/proc file system | 429 | To use this option, you have to ensure that the "/proc file system |
430 | support" (CONFIG_PROC_FS) is enabled, too. | 430 | support" (CONFIG_PROC_FS) is enabled, too. |
431 | 431 | ||
432 | config IA64_MC_ERR_INJECT | ||
433 | tristate "MC error injection support" | ||
434 | help | ||
435 | Selets whether support for MC error injection. By enabling the | ||
436 | support, kernel provide sysfs interface for user application to | ||
437 | call MC error injection PAL procedure to inject various errors. | ||
438 | This is a useful tool for MCA testing. | ||
439 | |||
440 | If you're unsure, do not select this option. | ||
441 | |||
432 | config SGI_SN | 442 | config SGI_SN |
433 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 443 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
434 | 444 | ||
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig index 9001b3fbaa32..327e1f511f8c 100644 --- a/arch/ia64/defconfig +++ b/arch/ia64/defconfig | |||
@@ -144,6 +144,7 @@ CONFIG_COMPAT=y | |||
144 | CONFIG_IA64_MCA_RECOVERY=y | 144 | CONFIG_IA64_MCA_RECOVERY=y |
145 | CONFIG_PERFMON=y | 145 | CONFIG_PERFMON=y |
146 | CONFIG_IA64_PALINFO=y | 146 | CONFIG_IA64_PALINFO=y |
147 | # CONFIG_MC_ERR_INJECT is not set | ||
147 | CONFIG_SGI_SN=y | 148 | CONFIG_SGI_SN=y |
148 | 149 | ||
149 | # | 150 | # |