diff options
Diffstat (limited to 'kernel/Kconfig.preempt')
-rw-r--r-- | kernel/Kconfig.preempt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 587328be8216..34c631221aa3 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt | |||
@@ -13,7 +13,7 @@ config PREEMPT | |||
13 | 13 | ||
14 | config PREEMPT_BKL | 14 | config PREEMPT_BKL |
15 | bool "Preempt The Big Kernel Lock" | 15 | bool "Preempt The Big Kernel Lock" |
16 | depends on PREEMPT | 16 | depends on SMP || PREEMPT |
17 | default y | 17 | default y |
18 | help | 18 | help |
19 | This option reduces the latency of the kernel by making the | 19 | This option reduces the latency of the kernel by making the |