1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-18 15:28:10 +00:00

runtime: enable FUSE_DAX kernel config for DAX

Otherwise DAX device cannot be set up.

Fixes 

Signed-off-by: Feng Wang <feng.wang@databricks.com>
This commit is contained in:
Feng Wang
2021-12-01 13:18:00 -08:00
parent 45854147d0
commit 6105e3ee85
2 changed files with 2 additions and 1 deletions
tools/packaging/kernel
configs
fragments
common
kata_config_version

@@ -32,3 +32,4 @@ CONFIG_NVMEM=y
#CONFIG_DAX_DRIVER=y
CONFIG_DAX=y
CONFIG_FS_DAX=y
CONFIG_FUSE_DAX=y