diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index f521f2f60a78..0b7f701d5cf7 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -356,6 +356,9 @@ config NODES_SHIFT | |||
356 | MAX_NUMNODES will be 2^(This value). | 356 | MAX_NUMNODES will be 2^(This value). |
357 | If in doubt, use the default. | 357 | If in doubt, use the default. |
358 | 358 | ||
359 | config ARCH_POPULATES_NODE_MAP | ||
360 | def_bool y | ||
361 | |||
359 | # VIRTUAL_MEM_MAP and FLAT_NODE_MEM_MAP are functionally equivalent. | 362 | # VIRTUAL_MEM_MAP and FLAT_NODE_MEM_MAP are functionally equivalent. |
360 | # VIRTUAL_MEM_MAP has been retained for historical reasons. | 363 | # VIRTUAL_MEM_MAP has been retained for historical reasons. |
361 | config VIRTUAL_MEM_MAP | 364 | config VIRTUAL_MEM_MAP |
@@ -420,6 +423,14 @@ config IA64_PALINFO | |||
420 | config SGI_SN | 423 | config SGI_SN |
421 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 424 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
422 | 425 | ||
426 | config IA64_ESI | ||
427 | bool "ESI (Extensible SAL Interface) support" | ||
428 | help | ||
429 | If you say Y here, support is built into the kernel to | ||
430 | make ESI calls. ESI calls are used to support vendor-specific | ||
431 | firmware extensions, such as the ability to inject memory-errors | ||
432 | for test-purposes. If you're unsure, say N. | ||
433 | |||
423 | source "drivers/sn/Kconfig" | 434 | source "drivers/sn/Kconfig" |
424 | 435 | ||
425 | source "drivers/firmware/Kconfig" | 436 | source "drivers/firmware/Kconfig" |