summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/9pfs/Kconfig')
-rw-r--r--hw/9pfs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig
index 3ae5749661..d3ebd73730 100644
--- a/hw/9pfs/Kconfig
+++ b/hw/9pfs/Kconfig
@@ -2,8 +2,12 @@ config FSDEV_9P
bool
depends on VIRTFS
+config 9PFS
+ bool
+
config VIRTIO_9P
bool
default y
depends on VIRTFS && VIRTIO
select FSDEV_9P
+ select 9PFS