aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcopy-builtin3
1 files changed, 3 insertions, 0 deletions
diff --git a/copy-builtin b/copy-builtin
index a053fd8a3..164e81e1a 100755
--- a/copy-builtin
+++ b/copy-builtin
@@ -61,6 +61,9 @@ cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF"
config ZFS
tristate "ZFS"
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.