Config.in 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. config VOLUMEID
  7. bool #No description makes it a hidden option
  8. default n
  9. menu "Filesystem/Volume identification"
  10. depends on VOLUMEID
  11. config FEATURE_VOLUMEID_BCACHE
  12. bool "bcache filesystem"
  13. default y
  14. depends on VOLUMEID
  15. config FEATURE_VOLUMEID_BTRFS
  16. bool "btrfs filesystem"
  17. default y
  18. depends on VOLUMEID
  19. config FEATURE_VOLUMEID_CRAMFS
  20. bool "cramfs filesystem"
  21. default y
  22. depends on VOLUMEID
  23. config FEATURE_VOLUMEID_EXFAT
  24. bool "exFAT filesystem"
  25. default y
  26. depends on VOLUMEID
  27. help
  28. exFAT (extended FAT) is a proprietary file system designed especially
  29. for flash drives. It has many features from NTFS, but with less
  30. overhead. exFAT is used on most SDXC cards for consumer electronics.
  31. config FEATURE_VOLUMEID_EXT
  32. bool "Ext filesystem"
  33. default y
  34. depends on VOLUMEID
  35. config FEATURE_VOLUMEID_F2FS
  36. bool "f2fs filesystem"
  37. default y
  38. depends on VOLUMEID
  39. help
  40. F2FS (aka Flash-Friendly File System) is a log-structured file system,
  41. which is adapted to newer forms of storage. F2FS also remedies some
  42. known issues of the older log structured file systems, such as high
  43. cleaning overhead.
  44. config FEATURE_VOLUMEID_FAT
  45. bool "fat filesystem"
  46. default y
  47. depends on VOLUMEID
  48. config FEATURE_VOLUMEID_HFS
  49. bool "hfs filesystem"
  50. default y
  51. depends on VOLUMEID
  52. config FEATURE_VOLUMEID_ISO9660
  53. bool "iso9660 filesystem"
  54. default y
  55. depends on VOLUMEID
  56. config FEATURE_VOLUMEID_JFS
  57. bool "jfs filesystem"
  58. default y
  59. depends on VOLUMEID
  60. config FEATURE_VOLUMEID_LINUXRAID
  61. bool "linuxraid"
  62. default y
  63. depends on VOLUMEID
  64. config FEATURE_VOLUMEID_LINUXSWAP
  65. bool "linux swap filesystem"
  66. default y
  67. depends on VOLUMEID
  68. config FEATURE_VOLUMEID_LUKS
  69. bool "luks filesystem"
  70. default y
  71. depends on VOLUMEID
  72. config FEATURE_VOLUMEID_MINIX
  73. bool "minix filesystem"
  74. default y
  75. depends on VOLUMEID
  76. config FEATURE_VOLUMEID_NILFS
  77. bool "nilfs filesystem"
  78. default y
  79. depends on VOLUMEID
  80. help
  81. NILFS is a New Implementation of a Log-Structured File System (LFS)
  82. that supports continuous snapshots. This provides features like
  83. versioning of the entire filesystem, restoration of files that
  84. were deleted a few minutes ago. NILFS keeps consistency like
  85. conventional LFS, so it provides quick recovery after system crashes.
  86. The possible use of NILFS includes versioning, tamper detection,
  87. SOX compliance logging, and so forth. It can serve as an alternative
  88. filesystem for Linux desktop environment, or as a basis of advanced
  89. storage appliances.
  90. config FEATURE_VOLUMEID_NTFS
  91. bool "ntfs filesystem"
  92. default y
  93. depends on VOLUMEID
  94. config FEATURE_VOLUMEID_OCFS2
  95. bool "ocfs2 filesystem"
  96. default y
  97. depends on VOLUMEID
  98. config FEATURE_VOLUMEID_REISERFS
  99. bool "Reiser filesystem"
  100. default y
  101. depends on VOLUMEID
  102. config FEATURE_VOLUMEID_ROMFS
  103. bool "romfs filesystem"
  104. default y
  105. depends on VOLUMEID
  106. config FEATURE_VOLUMEID_SQUASHFS
  107. bool "SquashFS filesystem"
  108. default y
  109. depends on VOLUMEID && FEATURE_BLKID_TYPE
  110. help
  111. Squashfs is a compressed read-only filesystem for Linux. Squashfs is
  112. intended for general read-only filesystem use and in constrained block
  113. device/memory systems (e.g. embedded systems) where low overhead is
  114. needed.
  115. config FEATURE_VOLUMEID_SYSV
  116. bool "sysv filesystem"
  117. default y
  118. depends on VOLUMEID
  119. config FEATURE_VOLUMEID_UBIFS
  120. bool "UBIFS filesystem"
  121. default y
  122. depends on VOLUMEID
  123. help
  124. UBIFS (Unsorted Block Image File System) is a file
  125. system for use with raw flash memory media.
  126. config FEATURE_VOLUMEID_UDF
  127. bool "udf filesystem"
  128. default y
  129. depends on VOLUMEID
  130. ### config FEATURE_VOLUMEID_HIGHPOINTRAID
  131. ### bool "highpoint raid"
  132. ### default y
  133. ### depends on VOLUMEID
  134. ### config FEATURE_VOLUMEID_HPFS
  135. ### bool "hpfs filesystem"
  136. ### default y
  137. ### depends on VOLUMEID
  138. ### config FEATURE_VOLUMEID_ISWRAID
  139. ### bool "intel raid"
  140. ### default y
  141. ### depends on VOLUMEID
  142. ### config FEATURE_VOLUMEID_LSIRAID
  143. ### bool "lsi raid"
  144. ### default y
  145. ### depends on VOLUMEID
  146. ### config FEATURE_VOLUMEID_LVM
  147. ### bool "lvm"
  148. ### default y
  149. ### depends on VOLUMEID
  150. ### config FEATURE_VOLUMEID_MAC
  151. ### bool "mac filesystem"
  152. ### default y
  153. ### depends on VOLUMEID
  154. ### config FEATURE_VOLUMEID_MSDOS
  155. ### bool "msdos filesystem"
  156. ### default y
  157. ### depends on VOLUMEID
  158. ### config FEATURE_VOLUMEID_NVIDIARAID
  159. ### bool "nvidia raid"
  160. ### default y
  161. ### depends on VOLUMEID
  162. ### config FEATURE_VOLUMEID_PROMISERAID
  163. ### bool "promise raid"
  164. ### default y
  165. ### depends on VOLUMEID
  166. ### config FEATURE_VOLUMEID_SILICONRAID
  167. ### bool "silicon raid"
  168. ### default y
  169. ### depends on VOLUMEID
  170. ### config FEATURE_VOLUMEID_UFS
  171. ### bool "ufs filesystem"
  172. ### default y
  173. ### depends on VOLUMEID
  174. ### config FEATURE_VOLUMEID_VIARAID
  175. ### bool "via raid"
  176. ### default y
  177. ### depends on VOLUMEID
  178. config FEATURE_VOLUMEID_XFS
  179. bool "xfs filesystem"
  180. default y
  181. depends on VOLUMEID
  182. endmenu