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