aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2de5b1cbadd9..2005a1d49928 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -64,7 +64,7 @@ config BROKEN_ON_SMP
64 64
65config LOCK_KERNEL 65config LOCK_KERNEL
66 bool 66 bool
67 depends on SMP || PREEMPT 67 depends on (SMP || PREEMPT) && BKL
68 default y 68 default y
69 69
70config INIT_ENV_ARG_LIMIT 70config INIT_ENV_ARG_LIMIT