Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
config FSDEV_9P
|
|
bool
|
|
depends on VIRTFS
|
|
|
|
config VIRTIO_9P
|
|
bool
|
|
default y
|
|
depends on VIRTFS && VIRTIO
|
|
select FSDEV_9P
|