diff options
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig index a4750999d9..c9e244fdff 100644 --- a/hw/9pfs/Kconfig +++ b/hw/9pfs/Kconfig @@ -1,2 +1,4 @@ config VIRTIO_9P bool + default y + depends on VIRTFS |