diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-07 15:10:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-07 15:17:36 +0000 |
commit | 57ac52e67ba3a7577e6ba729c263a9916dca4ff7 (patch) | |
tree | 706bfa21db6a4fbf64d213d7ed3c12d46099ac89 /main/linux-vanilla/config-vanilla.ppc64le | |
parent | 33ea45bac76df2448c37f4955a15d000ba826bcf (diff) | |
download | aports-57ac52e67ba3a7577e6ba729c263a9916dca4ff7.tar.bz2 aports-57ac52e67ba3a7577e6ba729c263a9916dca4ff7.tar.xz |
main/linux-vanilla: enable 9p for ppc64le
we have this enabled on the other arches and it may become handy for
mounting host filesystem in qemu guests
Diffstat (limited to 'main/linux-vanilla/config-vanilla.ppc64le')
-rw-r--r-- | main/linux-vanilla/config-vanilla.ppc64le | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/linux-vanilla/config-vanilla.ppc64le b/main/linux-vanilla/config-vanilla.ppc64le index 230f4d01b9..b374f62f38 100644 --- a/main/linux-vanilla/config-vanilla.ppc64le +++ b/main/linux-vanilla/config-vanilla.ppc64le @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/powerpc 4.9.34 Kernel Configuration +# Linux/powerpc 4.9.44 Kernel Configuration # CONFIG_PPC64=y @@ -923,7 +923,10 @@ CONFIG_WIRELESS=y CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set -# CONFIG_NET_9P is not set +CONFIG_NET_9P=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_9P_RDMA=m +# CONFIG_NET_9P_DEBUG is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set # CONFIG_NFC is not set @@ -3036,6 +3039,9 @@ CONFIG_CIFS_DEBUG=y # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set +CONFIG_9P_FS=m +CONFIG_9P_FS_POSIX_ACL=y +# CONFIG_9P_FS_SECURITY is not set CONFIG_NLS=m CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=m |