summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-13 13:58:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-11-14 13:33:35 +0100
commitcc3fcee6080e1943e4fb3fef95e4eff7b3cd768c (patch)
tree5b6c4e7ddc5fd3b27e49b24bd54f4d964afeb47a
parent7fa95acb6fdcc61bd128183f19c47e51eafcbc6b (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/preempt-rt.cfg1
1 files changed, 1 insertions, 0 deletions
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