diff options
Diffstat (limited to 'kernel/Kconfig.preempt')
| -rw-r--r-- | kernel/Kconfig.preempt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index bf987b95b35..24e7cb0ba26 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt | |||
| @@ -35,6 +35,7 @@ config PREEMPT_VOLUNTARY | |||
| 35 | 35 | ||
| 36 | config PREEMPT | 36 | config PREEMPT |
| 37 | bool "Preemptible Kernel (Low-Latency Desktop)" | 37 | bool "Preemptible Kernel (Low-Latency Desktop)" |
| 38 | select PREEMPT_COUNT | ||
| 38 | help | 39 | help |
| 39 | This option reduces the latency of the kernel by making | 40 | This option reduces the latency of the kernel by making |
| 40 | all kernel code (that is not executing in a critical section) | 41 | all kernel code (that is not executing in a critical section) |
| @@ -52,3 +53,5 @@ config PREEMPT | |||
| 52 | 53 | ||
| 53 | endchoice | 54 | endchoice |
| 54 | 55 | ||
| 56 | config PREEMPT_COUNT | ||
| 57 | bool \ No newline at end of file | ||
