aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ziethén <christian.ziethen@linaro.org>2015-08-24 13:15:16 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-07-13 14:54:21 +0200
commitd8109b69c65750418736371718b45c2ac6f438c5 (patch)
treed2f5109fd880e934d8bab6605582775f9051b895
parent3142c647705c76f3a0efa87600639a5c9ed10bd1 (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