]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - copy-builtin
Merge branch 'upstream'
[mirror_zfs-debian.git] / copy-builtin
index a053fd8a37aa06b93ca5520ee7559fc8d2967915..fbe20dda5fb273e22cc79799954e2bd95edf4467 100755 (executable)
@@ -59,8 +59,11 @@ done
 
 cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF"
 config ZFS
-       tristate "ZFS"
+       tristate "ZFS filesystem support"
        depends on SPL
+       depends on EFI_PARTITION
+       select ZLIB_INFLATE
+       select ZLIB_DEFLATE
        help
          This is the ZFS filesystem from the ZFS On Linux project.