98387d5802
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>
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
|