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

Express the complex conditions in Kconfig rather than Makefiles, since Kconfig is better suited at expressing dependencies and detecting contradictions. Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 lines
140 B
Text
9 lines
140 B
Text
config FSDEV_9P
|
|
bool
|
|
depends on VIRTFS
|
|
|
|
config VIRTIO_9P
|
|
bool
|
|
default y
|
|
depends on VIRTFS && VIRTIO
|
|
select FSDEV_9P
|