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:
Eric Ernst 2019-09-04 12:54:42 -07:00
parent baa2ef1bbf
commit 74adb72b22
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
# virtio-fs support
CONFIG_VIRTIO_FS=y
CONFIG_FUSE_FS=y

View File

@ -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