Skip to content

Commit fe9beaa

Browse files
author
Peter Zijlstra
committed
sched: No PREEMPT_RT=y for all{yes,mod}config
While PREEMPT_RT is undoubtedly totally awesome, it does not, at this time, make sense to have all{yes,mod}config select it. Reported-by: Stephen Rothwell <[email protected]> Fixes: 35772d6 ("sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT") Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
1 parent 22aaec3 commit fe9beaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Kconfig.preempt

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ endchoice
8888

8989
config PREEMPT_RT
9090
bool "Fully Preemptible Kernel (Real-Time)"
91-
depends on EXPERT && ARCH_SUPPORTS_RT
91+
depends on EXPERT && ARCH_SUPPORTS_RT && !COMPILE_TEST
9292
select PREEMPTION
9393
help
9494
This option turns the kernel into a real-time kernel by replacing

0 commit comments

Comments
 (0)