qemu-e2k/hw/9pfs/Kconfig

14 lines
178 B
Plaintext

config FSDEV_9P
bool
depends on VIRTFS
config 9PFS
bool
config VIRTIO_9P
bool
default y
depends on VIRTFS && VIRTIO
select FSDEV_9P
select 9PFS