mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +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
|
# Yes, we do support unaligned word accesses
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
CONFIG_DCACHE_WORD_ACCESS=y
|
||||||
|
|
||||||
|
# Support virtiofs
|
||||||
|
CONFIG_VIRTIO_FS=y
|
||||||
|
CONFIG_FUSE_FS=y
|
||||||
|
Loading…
Reference in New Issue
Block a user