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