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.

25 lines
467 B

  1. menu "Configuration"
  2. depends on PACKAGE_f2fs-tools
  3. config F2FS_UTILS_f2fstat
  4. bool "Install f2fstat utility"
  5. default y
  6. config F2FS_UTILS_fibmap_f2fs
  7. bool "Install fibmap.f2fs utility"
  8. default y
  9. config F2FS_UTILS_fsck_f2fs
  10. bool "Install fsck.f2fs utility"
  11. default y
  12. config F2FS_UTILS_dump_f2fs
  13. bool "Install dump.f2fs utility"
  14. select F2FS_UTILS_fsck_f2fs
  15. default y
  16. config F2FS_UTILS_mkfs_f2fs
  17. bool "Install mkfs.f2fs utility"
  18. default y
  19. endmenu