aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ziethén <christian.ziethen@linaro.org>2015-08-24 13:15:16 +0200
committerGary S. Robertson <gary.robertson@linaro.org>2015-09-09 13:37:04 -0500
commit323fd216e723d3e03ccb7030cc27d5e3d21ec4df (patch)
treede06782dd77f8e7618a01b0c9d95eaabed44a3fa
parente18876278abda58b2253010db88d899ace93e125 (diff)
linaro/configs/kvm-host.conf: Add missing fragments for x86.
Adds a few x86 specific config fragments to enable building a host kernel for x86. Signed-off-by: Christian Ziethen <christian.ziethen@linaro.org> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--linaro/configs/kvm-host.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro/configs/kvm-host.conf b/linaro/configs/kvm-host.conf
index d0fb67b35175..4912bb4acec9 100644
--- a/linaro/configs/kvm-host.conf
+++ b/linaro/configs/kvm-host.conf
@@ -1,11 +1,15 @@
CONFIG_VIRTUALIZATION=y
CONFIG_ARM_LPAE=y
CONFIG_ARM_VIRT_EXT=y
+CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
+CONFIG_HIGH_RES_TIMERS=y
CONFIG_KVM_ARM_HOST=y
CONFIG_KVM_ARM_MAX_VCPUS=4
CONFIG_KVM_ARM_TIMER=y
CONFIG_KVM_ARM_VGIC=y
+CONFIG_KVM_AMD=y
+CONFIG_KVM_INTEL=y
CONFIG_KVM_MMIO=y
CONFIG_KVM=y
CONFIG_BLK_DEV_NBD=m