aboutsummaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.sh b/common.sh
index aea20d7..893a430 100755
--- a/common.sh
+++ b/common.sh
@@ -75,6 +75,10 @@ build_kernel()
run_cmd ./scripts/config --disable SYSTEM_REVOCATION_KEYS
run_cmd ./scripts/config --module SEV_GUEST
run_cmd ./scripts/config --disable IOMMU_DEFAULT_PASSTHROUGH
+ run_cmd ./scripts/config --disable PREEMPT_COUNT
+ run_cmd ./scripts/config --disable PREEMPTION
+ run_cmd ./scripts/config --disable PREEMPT_DYNAMIC
+ run_cmd ./scripts/config --disable DEBUG_PREEMPT
popd >/dev/null
yes "" | $MAKE olddefconfig