Enable FUSE as dependency for VirtIO FS

This commit is contained in:
Mikael Voss 2024-08-03 10:46:13 +02:00
parent e2c0a2071f
commit 2b57dd920e

View file

@ -49,6 +49,8 @@ with lib.kernel;
EXT4_FS_POSIX_ACL = yes;
BTRFS_FS = yes;
BTRFS_FS_POSIX_ACL = yes;
FUSE_FS = yes;
VIRTIO_FS = yes;
CRYPTO_HW = yes;