diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 99e51d059a02..dba8e05f0287 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -203,17 +203,6 @@ config NR_CPUS | |||
203 | depends on SMP | 203 | depends on SMP |
204 | default "32" | 204 | default "32" |
205 | 205 | ||
206 | config NEST_LEVEL | ||
207 | int "Nesting level" | ||
208 | default "0" | ||
209 | help | ||
210 | This is set to the number of layers of UMLs that this UML will be run | ||
211 | in. Normally, this is zero, meaning that it will run directly on the | ||
212 | host. Setting it to one will build a UML that can run inside a UML | ||
213 | that is running on the host. Generally, if you intend this UML to run | ||
214 | inside another UML, set CONFIG_NEST_LEVEL to one more than the host | ||
215 | UML. | ||
216 | |||
217 | config HIGHMEM | 206 | config HIGHMEM |
218 | bool "Highmem support (EXPERIMENTAL)" | 207 | bool "Highmem support (EXPERIMENTAL)" |
219 | depends on !64BIT && EXPERIMENTAL | 208 | depends on !64BIT && EXPERIMENTAL |