diff --git a/lib/Kconfig b/lib/Kconfig index b3c8be0da17f8472429ad79787c76d42fa62eb02..50b47cde8b49f0f6850e44702d0ee6d159a33e3f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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