kernel/kernel/Kconfig.preempt
.. .. @@ -1,11 +1,5 @@ 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 -config HAVE_PREEMPT_LAZY4 - bool5 -6 -config PREEMPT_LAZY7 - def_bool y if HAVE_PREEMPT_LAZY && PREEMPT_RT8 -9 3 choice 10 4 prompt "Preemption Model" 11 5 default PREEMPT_NONE .. .. @@ -65,7 +59,6 @@ 65 59 bool "Fully Preemptible Kernel (Real-Time)" 66 60 depends on EXPERT && ARCH_SUPPORTS_RT 67 61 select PREEMPTION 68 - select RT_MUTEXES69 62 help 70 63 This option turns the kernel into a real-time kernel by replacing 71 64 various locking primitives (spinlocks, rwlocks, etc.) with