Re: [patch 1/1] Kconfig: Introduce CONFIG_PREEMPT_RT

From: Daniel Wagner
Date: Wed Jul 17 2019 - 04:53:31 EST


Hi,

On 7/15/19 5:04 PM, Thomas Gleixner wrote:
Add a new entry to the preemption menu which enables the real-time support
for the kernel. The choice is only enabled when an architecture supports
it.

It selects PREEMPT as the RT features depend on it. To achieve that the
existing PREEMPT choice is renamed to PREEMPT_LL which select PREEMPT as
well.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

As one of the stable-rt maintainers I love to see this move forward!

Acked-by: Daniel Wagner <wagi@xxxxxxxxx>