summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCody Schuffelen <schuffelen@google.com>2019-01-14 18:37:28 -0800
committerAmit Pundir <amit.pundir@linaro.org>2019-09-16 13:09:02 +0530
commit71a356794cae3f31c3ee5765d5c5b693cbe36db1 (patch)
tree91373929eb1f235b98f7b109e82f7c507f583035 /arch
parent4467cd896b10ed947ab6d5fc060c9b97123ad225 (diff)
ANDROID: cuttlefish_defconfig: Enable vsock options
Bug: 121166534 Test: Ran cuttlefish with common kernel + vsock adb tunnel Signed-off-by: Cody Schuffelen <schuffelen@google.com> Change-Id: I8168a710052c7daada306a915c56230c961accd4
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/cuttlefish_defconfig2
-rw-r--r--arch/x86/configs/x86_64_cuttlefish_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/cuttlefish_defconfig b/arch/arm64/configs/cuttlefish_defconfig
index 04a5bd99c440..431a2280dc24 100644
--- a/arch/arm64/configs/cuttlefish_defconfig
+++ b/arch/arm64/configs/cuttlefish_defconfig
@@ -180,6 +180,8 @@ CONFIG_NET_CLS_BPF=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_CLS_ACT=y
+CONFIG_VSOCKETS=y
+CONFIG_VIRTIO_VSOCKETS=y
CONFIG_CFG80211=y
# CONFIG_CFG80211_DEFAULT_PS is not set
# CONFIG_CFG80211_CRDA_SUPPORT is not set
diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig
index 183dd803421e..ab7fced951fa 100644
--- a/arch/x86/configs/x86_64_cuttlefish_defconfig
+++ b/arch/x86/configs/x86_64_cuttlefish_defconfig
@@ -187,6 +187,8 @@ CONFIG_NET_CLS_BPF=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_CLS_ACT=y
+CONFIG_VSOCKETS=y
+CONFIG_VIRTIO_VSOCKETS=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_RFKILL=y