xref: /openbmc/qemu/hw/9pfs/Kconfig (revision 2c44220d055d12142f27cf513848f17d6007ae35)
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