hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/Kconfig.preempt
....@@ -1,11 +1,5 @@
11 # SPDX-License-Identifier: GPL-2.0-only
22
3
-config HAVE_PREEMPT_LAZY
4
- bool
5
-
6
-config PREEMPT_LAZY
7
- def_bool y if HAVE_PREEMPT_LAZY && PREEMPT_RT
8
-
93 choice
104 prompt "Preemption Model"
115 default PREEMPT_NONE
....@@ -65,7 +59,6 @@
6559 bool "Fully Preemptible Kernel (Real-Time)"
6660 depends on EXPERT && ARCH_SUPPORTS_RT
6761 select PREEMPTION
68
- select RT_MUTEXES
6962 help
7063 This option turns the kernel into a real-time kernel by replacing
7164 various locking primitives (spinlocks, rwlocks, etc.) with