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:42:58 +0100
commit9116bd263386310f6ede2531d1190a4deba9498f (patch)
treef02e7b14b3ad8579e3b2407cbe96948e1c7ae873
parent310715ee5f84da7267a039b8adee63614015c61e (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-5.15-2.0.x/preempt-rt.cfg1
1 files changed, 1 insertions, 0 deletions
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