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-08-27 14:39:02 -0500
commiteb72ef250ee76481b81eb4fb5024d45a412c6e03 (patch)
tree87ec17c938943c49831b1d26ca88a6e9d965f77e
parentad3026f9cee336bd5e1ea9415c68d3869298bade (diff)
linaro/configs/kvm-host.conf: Add missing fragments for x86.linux-linaro-lng-v3.14-test
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