summaryrefslogtreecommitdiffstats
path: root/Kconfig.host
diff options
context:
space:
mode:
authorPaolo Bonzini2019-07-25 12:03:30 +0200
committerPaolo Bonzini2019-08-20 17:26:19 +0200
commit98387d58024e3fb1b88d5a57912e4514d7f39c7c (patch)
tree4b16f5441f6400341480c5f2baef92a93f1894ac /Kconfig.host
parentconfigure: Define target access alignment in configure (diff)
downloadqemu-98387d58024e3fb1b88d5a57912e4514d7f39c7c.tar.gz
qemu-98387d58024e3fb1b88d5a57912e4514d7f39c7c.tar.xz
qemu-98387d58024e3fb1b88d5a57912e4514d7f39c7c.zip
9p: simplify source file selection
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>
Diffstat (limited to 'Kconfig.host')
-rw-r--r--Kconfig.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host
index aec95365ff..bb6e116e2a 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -28,6 +28,7 @@ config VHOST_USER
config XEN
bool
+ select FSDEV_9P if VIRTFS
config VIRTFS
bool