aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Kconfig.preempt2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index 3f9c97419f02..cd1655122ec0 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -18,6 +18,7 @@ config PREEMPT_NONE
18 18
19config PREEMPT_VOLUNTARY 19config PREEMPT_VOLUNTARY
20 bool "Voluntary Kernel Preemption (Desktop)" 20 bool "Voluntary Kernel Preemption (Desktop)"
21 depends on !ARCH_NO_PREEMPT
21 help 22 help
22 This option reduces the latency of the kernel by adding more 23 This option reduces the latency of the kernel by adding more
23 "explicit preemption points" to the kernel code. These new 24 "explicit preemption points" to the kernel code. These new
@@ -35,6 +36,7 @@ config PREEMPT_VOLUNTARY
35 36
36config PREEMPT 37config PREEMPT
37 bool "Preemptible Kernel (Low-Latency Desktop)" 38 bool "Preemptible Kernel (Low-Latency Desktop)"
39 depends on !ARCH_NO_PREEMPT
38 select PREEMPT_COUNT 40 select PREEMPT_COUNT
39 select UNINLINE_SPIN_UNLOCK if !ARCH_INLINE_SPIN_UNLOCK 41 select UNINLINE_SPIN_UNLOCK if !ARCH_INLINE_SPIN_UNLOCK
40 help 42 help