diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
commit | 95d465fd750897ab32462a6702fbfe1b122cbbc0 (patch) | |
tree | 65c38b2f11c51bb6932e44dd6c92f15b0091abfe /arch/ia64/Kconfig | |
parent | 642fde17dceceb56c7ba2762733ac688666ae657 (diff) | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) |
Manual merge with Linus.
Conflicts:
arch/powerpc/kernel/setup-common.c
drivers/input/keyboard/hil_kbd.c
drivers/input/mouse/hil_ptr.c
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 36 |
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 | ||
37 | config GENERIC_FIND_NEXT_BIT | ||
38 | bool | ||
39 | default y | ||
40 | |||
37 | config GENERIC_CALIBRATE_DELAY | 41 | config 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 | ||
49 | config DMI | ||
50 | bool | ||
51 | default y | ||
52 | |||
45 | config EFI | 53 | config 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 | ||
263 | config 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 | |||
255 | config HOTPLUG_CPU | 272 | config 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 | ||
291 | config 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 | |||
299 | config 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 | |||
274 | config PREEMPT | 310 | config PREEMPT |
275 | bool "Preemptible Kernel" | 311 | bool "Preemptible Kernel" |
276 | help | 312 | help |