Browse Source
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>pull/106/head
3 changed files with 7 additions and 1 deletions
@ -1,4 +1,9 @@ |
|||
config FSDEV_9P |
|||
bool |
|||
depends on VIRTFS |
|||
|
|||
config VIRTIO_9P |
|||
bool |
|||
default y |
|||
depends on VIRTFS && VIRTIO |
|||
select FSDEV_9P |
|||
|
|||
Loading…
Reference in new issue