diff options
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 0f3076a820c3..bc106519482c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -413,6 +413,14 @@ config IA64_PALINFO | |||
413 | config SGI_SN | 413 | config SGI_SN |
414 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 414 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
415 | 415 | ||
416 | config IA64_ESI | ||
417 | bool "ESI (Extensible SAL Interface) support" | ||
418 | help | ||
419 | If you say Y here, support is built into the kernel to | ||
420 | make ESI calls. ESI calls are used to support vendor-specific | ||
421 | firmware extensions, such as the ability to inject memory-errors | ||
422 | for test-purposes. If you're unsure, say N. | ||
423 | |||
416 | source "drivers/sn/Kconfig" | 424 | source "drivers/sn/Kconfig" |
417 | 425 | ||
418 | source "drivers/firmware/Kconfig" | 426 | source "drivers/firmware/Kconfig" |