aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig28
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
73config DMA_IS_NORMAL
74 bool
75 depends on IA64_SGI_SN2
76 default y
77
78config AUDIT_ARCH
79 bool
80 default y
81
73choice 82choice
74 prompt "System type" 83 prompt "System type"
75 default IA64_GENERIC 84 default IA64_GENERIC
@@ -77,6 +86,7 @@ choice
77config IA64_GENERIC 86config 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
283config ARCH_ENABLE_MEMORY_HOTPLUG
284 def_bool y
285
273config SCHED_SMT 286config 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
346config NODES_SHIFT 358config 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
389config HAVE_ARCH_NODEDATA_EXTENSION
390 def_bool y
391 depends on NUMA
392
377config IA32_SUPPORT 393config 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
476source "drivers/pci/pcie/Kconfig"
477
460source "drivers/pci/Kconfig" 478source "drivers/pci/Kconfig"
461 479
462source "drivers/pci/hotplug/Kconfig" 480source "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
512config IRQ_PER_CPU
513 bool
514 default y
515
494source "arch/ia64/hp/sim/Kconfig" 516source "arch/ia64/hp/sim/Kconfig"
495 517
496menu "Instrumentation Support" 518menu "Instrumentation Support"