X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=copy-builtin;h=fbe20dda5fb273e22cc79799954e2bd95edf4467;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=a053fd8a37aa06b93ca5520ee7559fc8d2967915;hpb=2ee4a18b2ac9c155e099db06cec320bd8cee3150;p=zfs.git diff --git a/copy-builtin b/copy-builtin index a053fd8..fbe20dd 100755 --- a/copy-builtin +++ b/copy-builtin @@ -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.