diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 36890f0c8456..be85a0ab1b82 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -71,7 +71,7 @@ config BROKEN_ON_SMP | |||
71 | 71 | ||
72 | config LOCK_KERNEL | 72 | config LOCK_KERNEL |
73 | bool | 73 | bool |
74 | depends on SMP || PREEMPT | 74 | depends on (SMP || PREEMPT) && BKL |
75 | default y | 75 | default y |
76 | 76 | ||
77 | config INIT_ENV_ARG_LIMIT | 77 | config INIT_ENV_ARG_LIMIT |