summaryrefslogtreecommitdiffstats
path: root/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'fragments')
-rw-r--r--fragments/base/vm (renamed from fragments/profile/vm)2
-rw-r--r--fragments/cpu/amd2
-rw-r--r--fragments/cpu/intel2
3 files changed, 4 insertions, 2 deletions
diff --git a/fragments/profile/vm b/fragments/base/vm
index bf6bc2d..0bc2760 100644
--- a/fragments/profile/vm
+++ b/fragments/base/vm
@@ -1,6 +1,4 @@
CONFIG_KVM=y
-CONFIG_KVM_INTEL=y
-CONFIG_KVM_AMD=y
CONFIG_VHOST_NET=m
CONFIG_MACVLAN=m
diff --git a/fragments/cpu/amd b/fragments/cpu/amd
index 9b9d035..cd8c7ef 100644
--- a/fragments/cpu/amd
+++ b/fragments/cpu/amd
@@ -9,3 +9,5 @@ CONFIG_SENSORS_FAM15H_POWER=y
CONFIG_EDAC_AMD64=y
CONFIG_AMD_IOMMU=y
+
+CONFIG_KVM_AMD=y
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