xref: /qemu/hw/9pfs/Kconfig (revision e3a6e0da)
1config FSDEV_9P
2    bool
3    depends on VIRTFS
4
5config 9PFS
6    bool
7
8config VIRTIO_9P
9    bool
10    default y
11    depends on VIRTFS && VIRTIO
12    select FSDEV_9P
13    select 9PFS
14