diff options
author | Tony Luck <tony.luck@intel.com> | 2006-09-26 12:47:30 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-09-26 12:47:30 -0400 |
commit | a4b47ab9464a8200528fad3101668abdd7379cf9 (patch) | |
tree | dbf522f1be3ecac23885e44c9864af77a641efdc /arch/ia64/Kconfig | |
parent | ae3e0218621db0590163b2d5c424ef1f340e3cc6 (diff) | |
parent | 2ab561a116e16cdee3ae0e13d51910634c15aee9 (diff) |
Pull esi-support into release branch
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index db274da7dba1..9ed69e79dd1d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -429,6 +429,14 @@ config IA64_PALINFO | |||
429 | config SGI_SN | 429 | config SGI_SN |
430 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 430 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
431 | 431 | ||
432 | config IA64_ESI | ||
433 | bool "ESI (Extensible SAL Interface) support" | ||
434 | help | ||
435 | If you say Y here, support is built into the kernel to | ||
436 | make ESI calls. ESI calls are used to support vendor-specific | ||
437 | firmware extensions, such as the ability to inject memory-errors | ||
438 | for test-purposes. If you're unsure, say N. | ||
439 | |||
432 | source "drivers/sn/Kconfig" | 440 | source "drivers/sn/Kconfig" |
433 | 441 | ||
434 | source "drivers/firmware/Kconfig" | 442 | source "drivers/firmware/Kconfig" |