aboutsummaryrefslogtreecommitdiffstats
path: root/hw/9pfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/9pfs/Kconfig')
-rw-r--r--hw/9pfs/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig
new file mode 100644
index 000000000..3ae574966
--- /dev/null
+++ b/hw/9pfs/Kconfig
@@ -0,0 +1,9 @@
+config FSDEV_9P
+ bool
+ depends on VIRTFS
+
+config VIRTIO_9P
+ bool
+ default y
+ depends on VIRTFS && VIRTIO
+ select FSDEV_9P