xref: /openbmc/qemu/hw/9pfs/Kconfig (revision 0339c2a86fe645413b884ac96f7a7d5d9ce9e39e)
1config FSDEV_9P
2    bool
3    depends on VIRTFS
4
5config VIRTIO_9P
6    bool
7    default y
8    depends on VIRTFS && VIRTIO
9    select FSDEV_9P
10