From fb594924cfbe21ef6bb09b7db79676b9ee03cdc0 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 6 Jan 2017 16:37:35 +0100 Subject: kernelconfig: activate plan 9 filesystem support Qemu is able to use the plan 9 filesystem with virtio to access a local filesystem hierarchy. Activate. Signed-off-by: Robert Schwebel --- configs/platform-v7a/kernelconfig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig index 724df2d..f71eae7 100644 --- a/configs/platform-v7a/kernelconfig +++ b/configs/platform-v7a/kernelconfig @@ -871,7 +871,9 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set # CONFIG_RFKILL_REGULATOR is not set -# CONFIG_NET_9P is not set +CONFIG_NET_9P=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_DEBUG is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set # CONFIG_NFC is not set @@ -2316,7 +2318,8 @@ CONFIG_VIRTIO=y # # CONFIG_VIRTIO_BALLOON is not set # CONFIG_VIRTIO_INPUT is not set -# CONFIG_VIRTIO_MMIO is not set +CONFIG_VIRTIO_MMIO=y +# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set # # Microsoft Hyper-V guest support @@ -2597,6 +2600,9 @@ CONFIG_SUNRPC_GSS=y # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set +CONFIG_9P_FS=y +CONFIG_9P_FS_POSIX_ACL=y +# CONFIG_9P_FS_SECURITY is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y -- cgit v1.2.3