diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 8c39913d1729..59b91ac861ac 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -54,6 +54,11 @@ config ARCH_HAS_ILOG2_U64 | |||
54 | bool | 54 | bool |
55 | default n | 55 | default n |
56 | 56 | ||
57 | config HUGETLB_PAGE_SIZE_VARIABLE | ||
58 | bool | ||
59 | depends on HUGETLB_PAGE | ||
60 | default y | ||
61 | |||
57 | config GENERIC_FIND_NEXT_BIT | 62 | config GENERIC_FIND_NEXT_BIT |
58 | bool | 63 | bool |
59 | default y | 64 | default y |
@@ -300,6 +305,9 @@ config HOTPLUG_CPU | |||
300 | config ARCH_ENABLE_MEMORY_HOTPLUG | 305 | config ARCH_ENABLE_MEMORY_HOTPLUG |
301 | def_bool y | 306 | def_bool y |
302 | 307 | ||
308 | config ARCH_ENABLE_MEMORY_HOTREMOVE | ||
309 | def_bool y | ||
310 | |||
303 | config SCHED_SMT | 311 | config SCHED_SMT |
304 | bool "SMT scheduler support" | 312 | bool "SMT scheduler support" |
305 | depends on SMP | 313 | depends on SMP |
@@ -348,6 +356,7 @@ config ARCH_FLATMEM_ENABLE | |||
348 | config ARCH_SPARSEMEM_ENABLE | 356 | config ARCH_SPARSEMEM_ENABLE |
349 | def_bool y | 357 | def_bool y |
350 | depends on ARCH_DISCONTIGMEM_ENABLE | 358 | depends on ARCH_DISCONTIGMEM_ENABLE |
359 | select SPARSEMEM_VMEMMAP_ENABLE | ||
351 | 360 | ||
352 | config ARCH_DISCONTIGMEM_DEFAULT | 361 | config ARCH_DISCONTIGMEM_DEFAULT |
353 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC || IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB) | 362 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC || IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB) |
@@ -461,6 +470,16 @@ config IA64_ESI | |||
461 | firmware extensions, such as the ability to inject memory-errors | 470 | firmware extensions, such as the ability to inject memory-errors |
462 | for test-purposes. If you're unsure, say N. | 471 | for test-purposes. If you're unsure, say N. |
463 | 472 | ||
473 | config IA64_HP_AML_NFW | ||
474 | bool "Support ACPI AML calls to native firmware" | ||
475 | help | ||
476 | This driver installs a global ACPI Operation Region handler for | ||
477 | region 0xA1. AML methods can use this OpRegion to call arbitrary | ||
478 | native firmware functions. The driver installs the OpRegion | ||
479 | handler if there is an HPQ5001 device or if the user supplies | ||
480 | the "force" module parameter, e.g., with the "aml_nfw.force" | ||
481 | kernel command line option. | ||
482 | |||
464 | source "drivers/sn/Kconfig" | 483 | source "drivers/sn/Kconfig" |
465 | 484 | ||
466 | config KEXEC | 485 | config KEXEC |