aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index a85ea9d37f05..edffe25a477a 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -34,6 +34,10 @@ config RWSEM_XCHGADD_ALGORITHM
34 bool 34 bool
35 default y 35 default y
36 36
37config GENERIC_FIND_NEXT_BIT
38 bool
39 default y
40
37config GENERIC_CALIBRATE_DELAY 41config GENERIC_CALIBRATE_DELAY
38 bool 42 bool
39 default y 43 default y
@@ -42,6 +46,10 @@ config TIME_INTERPOLATION
42 bool 46 bool
43 default y 47 default y
44 48
49config DMI
50 bool
51 default y
52
45config EFI 53config EFI
46 bool 54 bool
47 default y 55 default y
@@ -252,6 +260,15 @@ config NR_CPUS
252 than 64 will cause the use of a CPU mask array, causing a small 260 than 64 will cause the use of a CPU mask array, causing a small
253 performance hit. 261 performance hit.
254 262
263config IA64_NR_NODES
264 int "Maximum number of NODEs (256-1024)" if (IA64_SGI_SN2 || IA64_GENERIC)
265 range 256 1024
266 depends on IA64_SGI_SN2 || IA64_GENERIC
267 default "256"
268 help
269 This option specifies the maximum number of nodes in your SSI system.
270 If in doubt, use the default.
271
255config HOTPLUG_CPU 272config HOTPLUG_CPU
256 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 273 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
257 depends on SMP && EXPERIMENTAL 274 depends on SMP && EXPERIMENTAL
@@ -271,6 +288,25 @@ config SCHED_SMT
271 Intel IA64 chips with MultiThreading at a cost of slightly increased 288 Intel IA64 chips with MultiThreading at a cost of slightly increased
272 overhead in some places. If unsure say N here. 289 overhead in some places. If unsure say N here.
273 290
291config PERMIT_BSP_REMOVE
292 bool "Support removal of Bootstrap Processor"
293 depends on HOTPLUG_CPU
294 default n
295 ---help---
296 Say Y here if your platform SAL will support removal of BSP with HOTPLUG_CPU
297 support.
298
299config FORCE_CPEI_RETARGET
300 bool "Force assumption that CPEI can be re-targetted"
301 depends on PERMIT_BSP_REMOVE
302 default n
303 ---help---
304 Say Y if you need to force the assumption that CPEI can be re-targetted to
305 any cpu in the system. This hint is available via ACPI 3.0 specifications.
306 Tiger4 systems are capable of re-directing CPEI to any CPU other than BSP.
307 This option it useful to enable this feature on older BIOS's as well.
308 You can also enable this by using boot command line option force_cpei=1.
309
274config PREEMPT 310config PREEMPT
275 bool "Preemptible Kernel" 311 bool "Preemptible Kernel"
276 help 312 help