diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
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 | ||
65 | config LOCK_KERNEL | 65 | config 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 | ||
70 | config INIT_ENV_ARG_LIMIT | 70 | config INIT_ENV_ARG_LIMIT |