You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
307 B

  1. if PACKAGE_rsync
  2. config RSYNC_xattr
  3. bool
  4. prompt "Enable xattr support"
  5. default y if USE_FS_ACL_ATTR
  6. default n
  7. config RSYNC_acl
  8. bool
  9. prompt "Enable ACL support"
  10. default y if USE_FS_ACL_ATTR
  11. default n
  12. config RSYNC_zstd
  13. bool
  14. prompt "Enable zstd stream compression"
  15. default n
  16. endif