From 8bbe0c9a6831283af1b78aeaf7ac27d365fc397b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 13 Nov 2022 13:58:00 +0100 Subject: linux-toradex: rt: improve config The PREEMPT_RT config depends indirectly on !KVM, so make sure that KVM is not set. Related-to: ELB-4887 Signed-off-by: Max Krummenacher (cherry picked from commit 9116bd263386310f6ede2531d1190a4deba9498f) --- recipes-kernel/linux/linux-toradex-5.15-2.0.x/preempt-rt.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex-5.15-2.0.x/preempt-rt.cfg b/recipes-kernel/linux/linux-toradex-5.15-2.0.x/preempt-rt.cfg index f76e447..17b06b1 100644 --- a/recipes-kernel/linux/linux-toradex-5.15-2.0.x/preempt-rt.cfg +++ b/recipes-kernel/linux/linux-toradex-5.15-2.0.x/preempt-rt.cfg @@ -1,4 +1,5 @@ CONFIG_EXPERT=y +# CONFIG_KVM is not set # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set -- cgit v1.2.3