mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
config: virtio-fs: add as an experimental kernel config
This isn't available in the baseline kernel, necessarily. Only add these config options if an experimental kernel is being used. Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
baa2ef1bbf
commit
74adb72b22
@ -0,0 +1,3 @@
|
|||||||
|
# virtio-fs support
|
||||||
|
CONFIG_VIRTIO_FS=y
|
||||||
|
CONFIG_FUSE_FS=y
|
@ -3,6 +3,3 @@
|
|||||||
# 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