]> err.no Git - linux-2.6/blobdiff - arch/s390/Kconfig
Merge commit 'origin/master'
[linux-2.6] / arch / s390 / Kconfig
index 6d0d31651f0515ed8cb78dffc2aa84609e807e49..eb530b4128ba9353a9fa6d397102b0e52de77cd7 100644 (file)
@@ -289,7 +289,7 @@ config WARN_STACK_SIZE
        int "Maximum frame size considered safe (128-2048)"
        range 128 2048
        depends on WARN_STACK
-       default "256"
+       default "2048"
        help
          This allows you to specify the maximum frame size a function may
          have without the compiler complaining about it.
@@ -313,6 +313,10 @@ config ARCH_SPARSEMEM_DEFAULT
 config ARCH_SELECT_MEMORY_MODEL
        def_bool y
 
+config ARCH_ENABLE_MEMORY_HOTPLUG
+       def_bool y
+       depends on SPARSEMEM
+
 source "mm/Kconfig"
 
 comment "I/O subsystem configuration"