diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index c504312219b4..e6ff30266542 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -278,6 +278,7 @@ config HIGHMEM | |||
278 | config KERNEL_STACK_ORDER | 278 | config KERNEL_STACK_ORDER |
279 | int "Kernel stack size order" | 279 | int "Kernel stack size order" |
280 | default 1 if 64BIT | 280 | default 1 if 64BIT |
281 | range 1 10 if 64BIT | ||
281 | default 0 if !64BIT | 282 | default 0 if !64BIT |
282 | help | 283 | help |
283 | This option determines the size of UML kernel stacks. They will | 284 | This option determines the size of UML kernel stacks. They will |