Message ID | 20230517125502.1516580-1-srinuvasan_a@mentor.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [isar-cip-core] Kconfig: disable RT selection for 6.1 mainline kernel | expand |
On 17.05.23 14:55, Srinuvasan Arjunan wrote: > From: Srinuvasan A <srinuvasan.a@siemens.com> > > Till now we have support for 6.1 LTS not RT kernel, hence disable this > RT selection option. > > Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com> > --- > Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Kconfig b/Kconfig > index d590cbf..a96ac17 100644 > --- a/Kconfig > +++ b/Kconfig > @@ -112,6 +112,7 @@ config KAS_INCLUDE_KERNEL > config KERNEL_RT > bool "Real-time CIP kernel" > depends on !ARCH_RISCV64 > + depends on !KERNEL_6_1_MAINLINE > > config KAS_INCLUDE_KERNEL_RT > string Good catch, will add that on top - but indention was broken. Jan
diff --git a/Kconfig b/Kconfig index d590cbf..a96ac17 100644 --- a/Kconfig +++ b/Kconfig @@ -112,6 +112,7 @@ config KAS_INCLUDE_KERNEL config KERNEL_RT bool "Real-time CIP kernel" depends on !ARCH_RISCV64 + depends on !KERNEL_6_1_MAINLINE config KAS_INCLUDE_KERNEL_RT string