Config.src 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see docs/Kconfig-language.txt.
  4. #
  5. menu "Linux Ext2 FS Progs"
  6. INSERT
  7. ### config E2FSCK
  8. ### bool "e2fsck"
  9. ### default y
  10. ### help
  11. ### e2fsck is used to check Linux second extended file systems (ext2fs).
  12. ### e2fsck also supports ext2 filesystems countaining a journal (ext3).
  13. ### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
  14. ### provided.
  15. ### config MKE2FS
  16. ### bool "mke2fs"
  17. ### default y
  18. ### help
  19. ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
  20. ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
  21. ### config E2LABEL
  22. ### bool "e2label"
  23. ### default y
  24. ### depends on TUNE2FS
  25. ### help
  26. ### e2label will display or change the filesystem label on the ext2
  27. ### filesystem located on device.
  28. ### NB: this one is now provided by util-linux/volume_id/*
  29. ### config FINDFS
  30. ### bool "findfs"
  31. ### default y
  32. ### depends on TUNE2FS
  33. ### help
  34. ### findfs will search the disks in the system looking for a filesystem
  35. ### which has a label matching label or a UUID equal to uuid.
  36. endmenu