diff options
author | Steven Whitehouse <steve@men-an-tol.chygwyn.com> | 2006-02-23 04:49:43 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-23 04:49:43 -0500 |
commit | d35462b4bb847b68321c55e95c926aa485aecce2 (patch) | |
tree | b08e18bf6e672633402871ee763102fdb5e63229 /arch/parisc/Kconfig | |
parent | 91ffd7db71e7451f89941a8f428b4daa2a7c1e38 (diff) | |
parent | 9e956c2dac9bec602ed1ba29181b45ba6d2b6448 (diff) |
Merge branch 'master'
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 25 |
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 | ||
32 | config TIME_LOW_RES | ||
33 | bool | ||
34 | depends on SMP | ||
35 | default y | ||
36 | |||
32 | config GENERIC_ISA_DMA | 37 | config 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 | ||
157 | config ARCH_SELECT_MEMORY_MODEL | ||
158 | def_bool y | ||
159 | depends on 64BIT | ||
160 | |||
152 | config ARCH_DISCONTIGMEM_ENABLE | 161 | config 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, | 165 | config 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. | 168 | config ARCH_DISCONTIGMEM_DEFAULT |
169 | def_bool y | ||
170 | depends on ARCH_DISCONTIGMEM_ENABLE | ||
160 | 171 | ||
161 | source "kernel/Kconfig.hz" | 172 | source "kernel/Kconfig.hz" |
162 | source "mm/Kconfig" | 173 | source "mm/Kconfig" |