On Tue, Oct 15, 2019 at 09:18:18PM +0200, Sebastian Andrzej Siewior wrote: > CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT. > Both PREEMPT and PREEMPT_RT require the same functionality which today > depends on CONFIG_PREEMPT. > > Switch the Kconfig dependency to use CONFIG_PREEMPTION. > > Cc: "Peter Zijlstra (Intel)" <pet...@infradead.org> > Cc: Ingo Molnar <mi...@kernel.org> > Cc: Will Deacon <w...@kernel.org> > Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
Assuming this is part of a larger series and you'll get it merged elsewhere: Acked-by: Peter Zijlstra (Intel) <pet...@infradead.org>