summaryrefslogtreecommitdiff
path: root/recipes-kernel
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-12-09 14:19:02 +0100
commitd8055d5ae466c5e93e6168b71506cd6366625981 (patch)
treece3ff59c46435b964f90f6e4cd1e4d79a36d1f8f /recipes-kernel
parenta91cc196ac076c981638cace60bc33af7b82dcc6 (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> (cherry picked from commit cc3fcee6080e1943e4fb3fef95e4eff7b3cd768c)
Diffstat (limited to 'recipes-kernel')
-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