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.

9 lines
160 B

  1. if PACKAGE_btrfs-progs
  2. config BTRFS_PROGS_ZSTD
  3. bool "Build with zstd support"
  4. default n
  5. help
  6. This allows you to manage BTRFS with zstd compression
  7. endif