diff options
Diffstat (limited to 'hw/9pfs/Kconfig')
-rw-r--r-- | hw/9pfs/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig index d3ebd73730..3ae5749661 100644 --- a/hw/9pfs/Kconfig +++ b/hw/9pfs/Kconfig @@ -2,12 +2,8 @@ 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 |