mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
kernel: support virtiofs
enable VIRTIO_FS and CONFIG_FUSE_FS to support virtiofs fixes #656 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
aa74068d93
commit
d06343bcd8
@ -2,3 +2,7 @@
|
||||
|
||||
# Yes, we do support unaligned word accesses
|
||||
CONFIG_DCACHE_WORD_ACCESS=y
|
||||
|
||||
# Support virtiofs
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_FUSE_FS=y
|
||||
|
Loading…
Reference in New Issue
Block a user