aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 47de9ee6bcd6..db274da7dba1 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -75,6 +75,10 @@ config DMA_IS_NORMAL
75 depends on IA64_SGI_SN2 75 depends on IA64_SGI_SN2
76 default y 76 default y
77 77
78config AUDIT_ARCH
79 bool
80 default y
81
78choice 82choice
79 prompt "System type" 83 prompt "System type"
80 default IA64_GENERIC 84 default IA64_GENERIC
@@ -258,7 +262,7 @@ config NR_CPUS
258 int "Maximum number of CPUs (2-1024)" 262 int "Maximum number of CPUs (2-1024)"
259 range 2 1024 263 range 2 1024
260 depends on SMP 264 depends on SMP
261 default "64" 265 default "1024"
262 help 266 help
263 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
264 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
@@ -354,7 +358,7 @@ config NUMA
354config NODES_SHIFT 358config NODES_SHIFT
355 int "Max num nodes shift(3-10)" 359 int "Max num nodes shift(3-10)"
356 range 3 10 360 range 3 10
357 default "8" 361 default "10"
358 depends on NEED_MULTIPLE_NODES 362 depends on NEED_MULTIPLE_NODES
359 help 363 help
360 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.