From d8055d5ae466c5e93e6168b71506cd6366625981 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 cc3fcee6080e1943e4fb3fef95e4eff7b3cd768c) --- recipes-kernel/linux/linux-toradex-mainline-git/preempt-rt.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/preempt-rt.cfg b/recipes-kernel/linux/linux-toradex-mainline-git/preempt-rt.cfg index f76e447..17b06b1 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/preempt-rt.cfg +++ b/recipes-kernel/linux/linux-toradex-mainline-git/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