mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 13:53:54 -06:00

hw/Makefile.objs is gone so there is more code that can be removed. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
178 B
Text
13 lines
178 B
Text
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
|