aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/Kconfig
blob: d3ebd7373014c5ce986cbe8de3e22630c52bae48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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