summaryrefslogtreecommitdiffstats
path: root/fragments/cpu/intel
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-19 09:55:40 +0200
committerWolfgang Müller2024-09-19 09:55:40 +0200
commitad0017ddae02a15d48ea0d37291d9ecb9e36ab13 (patch)
tree2ba6e9a50f74e33c2f71ca0eed8dc2624179ccd0 /fragments/cpu/intel
parentc08d9b706a19de5b35704170971959382327bc74 (diff)
downloadkernfrag-ad0017ddae02a15d48ea0d37291d9ecb9e36ab13.tar.gz
Simplify handling of KVM-based options
Where before we had a profile/vm fragment that was set on nearly every host we administer, now make sure to enable KVM unconditionally and put CPU-specific KVM options into the CPU profiles.
Diffstat (limited to 'fragments/cpu/intel')
-rw-r--r--fragments/cpu/intel2
1 files changed, 2 insertions, 0 deletions
diff --git a/fragments/cpu/intel b/fragments/cpu/intel
index c64743e..7aab257 100644
--- a/fragments/cpu/intel
+++ b/fragments/cpu/intel
@@ -5,3 +5,5 @@ CONFIG_MCORE2=y
CONFIG_X86_INTEL_TSX_MODE_ON=y
CONFIG_SENSORS_CORETEMP=y
+
+CONFIG_KVM_INTEL=y