diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index bc106519482c..9ed69e79dd1d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -70,6 +70,15 @@ 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 | |||
78 | config AUDIT_ARCH | ||
79 | bool | ||
80 | default y | ||
81 | |||
73 | choice | 82 | choice |
74 | prompt "System type" | 83 | prompt "System type" |
75 | default IA64_GENERIC | 84 | default IA64_GENERIC |
@@ -77,6 +86,7 @@ choice | |||
77 | config IA64_GENERIC | 86 | config IA64_GENERIC |
78 | bool "generic" | 87 | bool "generic" |
79 | select ACPI | 88 | select ACPI |
89 | select PCI | ||
80 | select NUMA | 90 | select NUMA |
81 | select ACPI_NUMA | 91 | select ACPI_NUMA |
82 | help | 92 | help |
@@ -252,7 +262,7 @@ config NR_CPUS | |||
252 | int "Maximum number of CPUs (2-1024)" | 262 | int "Maximum number of CPUs (2-1024)" |
253 | range 2 1024 | 263 | range 2 1024 |
254 | depends on SMP | 264 | depends on SMP |
255 | default "64" | 265 | default "1024" |
256 | help | 266 | help |
257 | You should set this to the number of CPUs in your system, but | 267 | You should set this to the number of CPUs in your system, but |
258 | keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but | 268 | keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but |
@@ -270,10 +280,12 @@ config HOTPLUG_CPU | |||
270 | can be controlled through /sys/devices/system/cpu/cpu#. | 280 | can be controlled through /sys/devices/system/cpu/cpu#. |
271 | Say N if you want to disable CPU hotplug. | 281 | Say N if you want to disable CPU hotplug. |
272 | 282 | ||
283 | config ARCH_ENABLE_MEMORY_HOTPLUG | ||
284 | def_bool y | ||
285 | |||
273 | config SCHED_SMT | 286 | config SCHED_SMT |
274 | bool "SMT scheduler support" | 287 | bool "SMT scheduler support" |
275 | depends on SMP | 288 | depends on SMP |
276 | default off | ||
277 | help | 289 | help |
278 | Improves the CPU scheduler's decision making when dealing with | 290 | Improves the CPU scheduler's decision making when dealing with |
279 | Intel IA64 chips with MultiThreading at a cost of slightly increased | 291 | Intel IA64 chips with MultiThreading at a cost of slightly increased |
@@ -346,7 +358,7 @@ config NUMA | |||
346 | config NODES_SHIFT | 358 | config NODES_SHIFT |
347 | int "Max num nodes shift(3-10)" | 359 | int "Max num nodes shift(3-10)" |
348 | range 3 10 | 360 | range 3 10 |
349 | default "8" | 361 | default "10" |
350 | depends on NEED_MULTIPLE_NODES | 362 | depends on NEED_MULTIPLE_NODES |
351 | help | 363 | help |
352 | This option specifies the maximum number of nodes in your SSI system. | 364 | This option specifies the maximum number of nodes in your SSI system. |
@@ -374,6 +386,10 @@ config HAVE_ARCH_EARLY_PFN_TO_NID | |||
374 | def_bool y | 386 | def_bool y |
375 | depends on NEED_MULTIPLE_NODES | 387 | depends on NEED_MULTIPLE_NODES |
376 | 388 | ||
389 | config HAVE_ARCH_NODEDATA_EXTENSION | ||
390 | def_bool y | ||
391 | depends on NUMA | ||
392 | |||
377 | config IA32_SUPPORT | 393 | config IA32_SUPPORT |
378 | bool "Support for Linux/x86 binaries" | 394 | bool "Support for Linux/x86 binaries" |
379 | help | 395 | help |
@@ -457,6 +473,8 @@ config PCI_DOMAINS | |||
457 | bool | 473 | bool |
458 | default PCI | 474 | default PCI |
459 | 475 | ||
476 | source "drivers/pci/pcie/Kconfig" | ||
477 | |||
460 | source "drivers/pci/Kconfig" | 478 | source "drivers/pci/Kconfig" |
461 | 479 | ||
462 | source "drivers/pci/hotplug/Kconfig" | 480 | source "drivers/pci/hotplug/Kconfig" |
@@ -491,6 +509,10 @@ config GENERIC_PENDING_IRQ | |||
491 | depends on GENERIC_HARDIRQS && SMP | 509 | depends on GENERIC_HARDIRQS && SMP |
492 | default y | 510 | default y |
493 | 511 | ||
512 | config IRQ_PER_CPU | ||
513 | bool | ||
514 | default y | ||
515 | |||
494 | source "arch/ia64/hp/sim/Kconfig" | 516 | source "arch/ia64/hp/sim/Kconfig" |
495 | 517 | ||
496 | menu "Instrumentation Support" | 518 | menu "Instrumentation Support" |