mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +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:
@@ -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
|
||||
CONFIG_DCACHE_WORD_ACCESS=y
|
||||
|
||||
# Support virtiofs
|
||||
CONFIG_VIRTIO_FS=y
|
||||
CONFIG_FUSE_FS=y
|
||||
|
Reference in New Issue
Block a user