diff options
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 3b71f97d0b60..e23af4b6ae8c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -439,6 +439,16 @@ config IA64_PALINFO | |||
439 | To use this option, you have to ensure that the "/proc file system | 439 | To use this option, you have to ensure that the "/proc file system |
440 | support" (CONFIG_PROC_FS) is enabled, too. | 440 | support" (CONFIG_PROC_FS) is enabled, too. |
441 | 441 | ||
442 | config IA64_MC_ERR_INJECT | ||
443 | tristate "MC error injection support" | ||
444 | help | ||
445 | Selets whether support for MC error injection. By enabling the | ||
446 | support, kernel provide sysfs interface for user application to | ||
447 | call MC error injection PAL procedure to inject various errors. | ||
448 | This is a useful tool for MCA testing. | ||
449 | |||
450 | If you're unsure, do not select this option. | ||
451 | |||
442 | config SGI_SN | 452 | config SGI_SN |
443 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 453 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
444 | 454 | ||