aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorSteven Whitehouse <steve@men-an-tol.chygwyn.com>2006-02-23 04:49:43 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-02-23 04:49:43 -0500
commitd35462b4bb847b68321c55e95c926aa485aecce2 (patch)
treeb08e18bf6e672633402871ee763102fdb5e63229 /arch/parisc/Kconfig
parent91ffd7db71e7451f89941a8f428b4daa2a7c1e38 (diff)
parent9e956c2dac9bec602ed1ba29181b45ba6d2b6448 (diff)
Merge branch 'master'
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig25
1 files changed, 18 insertions, 7 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index e77a06e9621e..eca33cfa8a4c 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -29,6 +29,11 @@ config GENERIC_CALIBRATE_DELAY
29 bool 29 bool
30 default y 30 default y
31 31
32config TIME_LOW_RES
33 bool
34 depends on SMP
35 default y
36
32config GENERIC_ISA_DMA 37config GENERIC_ISA_DMA
33 bool 38 bool
34 39
@@ -149,14 +154,20 @@ config HOTPLUG_CPU
149 default y if SMP 154 default y if SMP
150 select HOTPLUG 155 select HOTPLUG
151 156
157config ARCH_SELECT_MEMORY_MODEL
158 def_bool y
159 depends on 64BIT
160
152config ARCH_DISCONTIGMEM_ENABLE 161config ARCH_DISCONTIGMEM_ENABLE
153 bool "Discontiguous memory support (EXPERIMENTAL)" 162 def_bool y
154 depends on 64BIT && EXPERIMENTAL 163 depends on 64BIT
155 help 164
156 Say Y to support efficient handling of discontiguous physical memory, 165config ARCH_FLATMEM_ENABLE
157 for architectures which are either NUMA (Non-Uniform Memory Access) 166 def_bool y
158 or have huge holes in the physical address space for other reasons. 167
159 See <file:Documentation/vm/numa> for more. 168config ARCH_DISCONTIGMEM_DEFAULT
169 def_bool y
170 depends on ARCH_DISCONTIGMEM_ENABLE
160 171
161source "kernel/Kconfig.hz" 172source "kernel/Kconfig.hz"
162source "mm/Kconfig" 173source "mm/Kconfig"