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 <sfr@canb.auug.org.au> Fixes: 35772d6 ("sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT") Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
1 parent 22aaec3 commit fe9beaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/Kconfig.preempt

Lines changed: 1 addition & 1 deletion
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)