tests/9pfs: Factor out do_version() helper
[qemu/ar7.git] / hw / 9pfs / Kconfig
blobd3ebd7373014c5ce986cbe8de3e22630c52bae48
1 config FSDEV_9P
2     bool
3     depends on VIRTFS
5 config 9PFS
6     bool
8 config VIRTIO_9P
9     bool
10     default y
11     depends on VIRTFS && VIRTIO
12     select FSDEV_9P
13     select 9PFS