Skip to content

Commit

Permalink
[IA64] Itanium MC Error Injection Tool: Kernel configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fenghua Yu authored and Tony Luck committed Jan 29, 2007
1 parent 5263bf6 commit e9ef08b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,16 @@ config IA64_PALINFO
To use this option, you have to ensure that the "/proc file system
support" (CONFIG_PROC_FS) is enabled, too.

config IA64_MC_ERR_INJECT
tristate "MC error injection support"
help
Selets whether support for MC error injection. By enabling the
support, kernel provide sysfs interface for user application to
call MC error injection PAL procedure to inject various errors.
This is a useful tool for MCA testing.

If you're unsure, do not select this option.

config SGI_SN
def_bool y if (IA64_SGI_SN2 || IA64_GENERIC)

Expand Down
1 change: 1 addition & 0 deletions arch/ia64/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ CONFIG_COMPAT=y
CONFIG_IA64_MCA_RECOVERY=y
CONFIG_PERFMON=y
CONFIG_IA64_PALINFO=y
# CONFIG_MC_ERR_INJECT is not set
CONFIG_SGI_SN=y

#
Expand Down

0 comments on commit e9ef08b

Please sign in to comment.