Merge branch 'core/urgent' into core/locking
[pandora-kernel.git] / lib / Kconfig
index 06dc742..3f7fb4d 100644 (file)
@@ -342,7 +342,8 @@ config CHECK_SIGNATURE
        bool
 
 config CPUMASK_OFFSTACK
-       bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
+       bool "Force CPU masks off stack"
+       depends on SMP
        help
          Use dynamic allocation for cpumask_var_t, instead of putting
          them on the stack.  This is a bit more expensive, but avoids