kernel: add plan 9 fs package

9pfs is used by kvm to share files between host and guest,
add proper config option to enable it.

Signed-off-by: Matteo Croce <matteo.croce@canonical.com>
This commit is contained in:
Matteo Croce
2016-06-22 15:15:10 +02:00
committed by Felix Fietkau
parent dff6df9625
commit 1645abffea
5 changed files with 46 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ config NAND_SUPPORT
config ARCH_64BIT
bool
config VIRTIO_SUPPORT
bool
# Architecture selection
config aarch64