aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/Kconfig
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-17 12:04:43 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:33 -0400
commitb2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef (patch)
tree957ad074097d98bcfcc15e3a10849d17d5f40f31 /hw/9pfs/Kconfig
parent36b34c359fc0c38c4221358671712bbdffa1a2d9 (diff)
meson: convert hw/9pfs, cleanup
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>
Diffstat (limited to 'hw/9pfs/Kconfig')
-rw-r--r--hw/9pfs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig
index 3ae5749661..d3ebd73730 100644
--- a/hw/9pfs/Kconfig
+++ b/hw/9pfs/Kconfig
@@ -2,8 +2,12 @@ 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