diff options
author | Tony Luck <tony.luck@intel.com> | 2007-04-30 16:55:43 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-04-30 16:55:43 -0400 |
commit | e0cc09e295f346b7921e921f385fe5213472316a (patch) | |
tree | 3705c5bbd44afc235f39697a5b0c00d0d020188c /arch/ia64/Kconfig | |
parent | 40caf5ea5a7d47f8a33e26b63ca81dea4b5109d2 (diff) | |
parent | e1b43bd556a611584a65f529e5077c1b54ace4f7 (diff) |
Pull error-inject into release branch
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index e19185d26554..09866581a326 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -438,6 +438,16 @@ config IA64_PALINFO | |||
438 | To use this option, you have to ensure that the "/proc file system | 438 | To use this option, you have to ensure that the "/proc file system |
439 | support" (CONFIG_PROC_FS) is enabled, too. | 439 | support" (CONFIG_PROC_FS) is enabled, too. |
440 | 440 | ||
441 | config IA64_MC_ERR_INJECT | ||
442 | tristate "MC error injection support" | ||
443 | help | ||
444 | Selets whether support for MC error injection. By enabling the | ||
445 | support, kernel provide sysfs interface for user application to | ||
446 | call MC error injection PAL procedure to inject various errors. | ||
447 | This is a useful tool for MCA testing. | ||
448 | |||
449 | If you're unsure, do not select this option. | ||
450 | |||
441 | config SGI_SN | 451 | config SGI_SN |
442 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 452 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
443 | 453 | ||