aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@linaro.org>2013-08-07 14:59:28 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2013-11-08 18:37:23 -0600
commita61d3a5d003d2a1da84cd462a8c43dddac055f5c (patch)
treeb151b7370ae7e1344edf23e6a04c91b4cce6474b /linaro
parent6a01b3a834d01c576694b114cd1564ed54a949fb (diff)
kvm-host.conf: enable guest OS networking
Bridge and TUN/TAP support are needed for enabling networking with a guest OS. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Acked-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/kvm-host.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/kvm-host.conf b/linaro/configs/kvm-host.conf
index 21a40e031372..0e4c21ae44ab 100644
--- a/linaro/configs/kvm-host.conf
+++ b/linaro/configs/kvm-host.conf
@@ -9,3 +9,5 @@ CONFIG_KVM_ARM_VGIC=y
CONFIG_KVM_MMIO=y
CONFIG_KVM=y
CONFIG_BLK_DEV_NBD=m
+CONFIG_BRIDGE=y
+CONFIG_TUN=y