Skip to content

Commit

Permalink
Merge pull request #1686 from r2d4/vsock
Browse files Browse the repository at this point in the history
Add kernel configs for supporting vsocks
  • Loading branch information
r2d4 authored Jul 12, 2017
2 parents 331f19b + c0e1559 commit 6f5972f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ CONFIG_NET_CLS_BPF=m
CONFIG_NET_EMATCH=y
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_BPF=m
CONFIG_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_BPF_JIT=y
CONFIG_HAMRADIO=y
CONFIG_CFG80211=y
Expand Down Expand Up @@ -431,3 +433,4 @@ CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_VHOST_VSOCK=m

0 comments on commit 6f5972f

Please sign in to comment.