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 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 | ||