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

@@ -257,6 +257,9 @@ ifeq ($(DUMP),1)
ifneq ($(CONFIG_RTC_CLASS),)
FEATURES += rtc
endif
ifneq ($(CONFIG_VIRTIO),)
FEATURES += virtio
endif
FEATURES += $(foreach v,6 7,$(if $(CONFIG_CPU_V$(v)),arm_v$(v)))
# remove duplicates