Add -p switch to "zpool get"
[zfs.git] / copy-builtin
index a053fd8..fbe20dd 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.