diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index a56df7bf022d..47de9ee6bcd6 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -70,6 +70,11 @@ config DMA_IS_DMA32 | |||
70 | bool | 70 | bool |
71 | default y | 71 | default y |
72 | 72 | ||
73 | config DMA_IS_NORMAL | ||
74 | bool | ||
75 | depends on IA64_SGI_SN2 | ||
76 | default y | ||
77 | |||
73 | choice | 78 | choice |
74 | prompt "System type" | 79 | prompt "System type" |
75 | default IA64_GENERIC | 80 | default IA64_GENERIC |
@@ -271,6 +276,9 @@ config HOTPLUG_CPU | |||
271 | can be controlled through /sys/devices/system/cpu/cpu#. | 276 | can be controlled through /sys/devices/system/cpu/cpu#. |
272 | Say N if you want to disable CPU hotplug. | 277 | Say N if you want to disable CPU hotplug. |
273 | 278 | ||
279 | config ARCH_ENABLE_MEMORY_HOTPLUG | ||
280 | def_bool y | ||
281 | |||
274 | config SCHED_SMT | 282 | config SCHED_SMT |
275 | bool "SMT scheduler support" | 283 | bool "SMT scheduler support" |
276 | depends on SMP | 284 | depends on SMP |
@@ -489,6 +497,10 @@ config GENERIC_PENDING_IRQ | |||
489 | depends on GENERIC_HARDIRQS && SMP | 497 | depends on GENERIC_HARDIRQS && SMP |
490 | default y | 498 | default y |
491 | 499 | ||
500 | config IRQ_PER_CPU | ||
501 | bool | ||
502 | default y | ||
503 | |||
492 | source "arch/ia64/hp/sim/Kconfig" | 504 | source "arch/ia64/hp/sim/Kconfig" |
493 | 505 | ||
494 | menu "Instrumentation Support" | 506 | menu "Instrumentation Support" |