1
0

Config.in.fs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. menu "Filesystems support"
  2. config ADK_KERNEL_MISC_FILESYSTEMS
  3. bool
  4. config ADK_KERNEL_FSNOTIFY
  5. bool
  6. default y
  7. config ADK_KERNEL_EXPORTFS
  8. bool
  9. config ADK_KERNEL_JBD2
  10. tristate
  11. select ADK_KERNEL_CRC32
  12. select ADK_KERNEL_CRYPTO
  13. select ADK_KERNEL_CRYPTO_CRC32C
  14. config ADK_KERNEL_YAFFS_YAFFS1
  15. bool
  16. config ADK_KERNEL_YAFFS_YAFFS2
  17. bool
  18. config ADK_KERNEL_YAFFS_AUTO_YAFFS2
  19. bool
  20. config ADK_KERNEL_DNOTIFY
  21. bool
  22. config ADK_KERNEL_EXT3_FS_XATTR
  23. bool
  24. config ADK_KERNEL_FAT_DEFAULT_CODEPAGE
  25. int
  26. default 850
  27. config ADK_KERNEL_FAT_DEFAULT_IOCHARSET
  28. string
  29. default "iso8859-1"
  30. config ADK_KERNEL_SQUASHFS_XZ
  31. bool
  32. config ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
  33. bool
  34. config ADK_KERNEL_JFFS2_ZLIB
  35. bool
  36. menu "Filesystems"
  37. config ADK_KERNEL_EXT2_FS
  38. tristate "EXT2 filesystem support"
  39. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  40. default n
  41. help
  42. Ext2 is a standard Linux file system for hard disks.
  43. config ADK_KERNEL_EXT3_FS
  44. tristate "EXT3 filesystem support"
  45. help
  46. This is the journalling version of the Second extended file system
  47. (often called ext3), the de facto standard Linux file system
  48. (method to organize files on a storage device) for hard disks.
  49. The journalling code included in this driver means you do not have
  50. to run e2fsck (file system checker) on your file systems after a
  51. crash. The journal keeps track of any changes that were being made
  52. at the time the system crashed, and can ensure that your file system
  53. is consistent without the need for a lengthy check.
  54. Other than adding the journal to the file system, the on-disk format
  55. of ext3 is identical to ext2. It is possible to freely switch
  56. between using the ext3 driver and the ext2 driver, as long as the
  57. file system has been cleanly unmounted, or e2fsck is run on the file
  58. system.
  59. To add a journal on an existing ext2 file system or change the
  60. behavior of ext3 file systems, you can use the tune2fs utility ("man
  61. tune2fs"). To modify attributes of files and directories on ext3
  62. file systems, use chattr ("man chattr"). You need to be using
  63. e2fsprogs version 1.20 or later in order to create ext3 journals
  64. (available at <http://sourceforge.net/projects/e2fsprogs/>).
  65. config ADK_KERNEL_EXT4_FS
  66. tristate "EXT4 filesystem support"
  67. select ADK_KERNEL_JBD2
  68. help
  69. Ext4 filesystem.
  70. config ADK_KERNEL_HFSPLUS_FS
  71. tristate "HFS+ filesystem support"
  72. select ADK_KERNEL_NLS_UTF8
  73. select ADK_KERNEL_MISC_FILESYSTEMS
  74. help
  75. If you say Y here, you will be able to mount extended format
  76. Macintosh-formatted hard drive partitions with full read-write access.
  77. This file system is often called HFS+ and was introduced with
  78. MacOS 8. It includes all Mac specific filesystem data such as
  79. data forks and creator codes, but it also has several UNIX
  80. style features such as file ownership and permissions.
  81. config ADK_KERNEL_NTFS_FS
  82. tristate "NTFS file system support"
  83. help
  84. NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.
  85. Saying Y or M here enables read support. There is partial, but
  86. safe, write support available. For write support you must also
  87. say Y to "NTFS write support" below.
  88. There are also a number of user-space tools available, called
  89. ntfsprogs. These include ntfsundelete and ntfsresize, that work
  90. without NTFS support enabled in the kernel.
  91. This is a rewrite from scratch of Linux NTFS support and replaced
  92. the old NTFS code starting with Linux 2.5.11. A backport to
  93. the Linux 2.4 kernel series is separately available as a patch
  94. from the project web site.
  95. For more information see <file:Documentation/filesystems/ntfs.txt>
  96. and <http://linux-ntfs.sourceforge.net/>.
  97. If you are not using Windows NT, 2000, XP or 2003 in addition to
  98. Linux on your computer it is safe to say N.
  99. Kernel modules for NTFS support
  100. config ADK_KERNEL_VFAT_FS
  101. tristate "VFAT filesystem support"
  102. select ADK_KERNEL_NLS_CODEPAGE_850
  103. select ADK_KERNEL_NLS_ISO8859_1
  104. default y if ADK_TARGET_BOARD_BCM28XX
  105. default n
  106. help
  107. This option provides support for normal Windows file systems with
  108. long filenames. That includes non-compressed FAT-based file systems
  109. used by Windows 95, Windows 98, Windows NT 4.0, and the Unix
  110. programs from the mtools package.
  111. The VFAT support enlarges your kernel by about 10 KB Please read the
  112. file <file:Documentation/filesystems/vfat.txt> for details.
  113. config ADK_KERNEL_XFS_FS
  114. tristate "XFS filesystem support"
  115. select ADK_KERNEL_EXPORTFS
  116. select ADK_KERNEL_LIBCRC32C
  117. help
  118. XFS is a high performance journaling filesystem which originated
  119. on the SGI IRIX platform. It is completely multi-threaded, can
  120. support large files and large filesystems, extended attributes,
  121. variable block sizes, is extent based, and makes extensive use of
  122. Btrees (directories, extents, free space) to aid both performance
  123. and scalability.
  124. Refer to the documentation at <http://oss.sgi.com/projects/xfs/>
  125. for complete details. This implementation is on-disk compatible
  126. with the IRIX version of XFS.
  127. config ADK_KERNEL_BTRFS_FS
  128. tristate "Btrfs filesystem support"
  129. select ADK_KERNEL_CRYPTO_CRC32C
  130. select ADK_KERNEL_RAID6_PQ
  131. select ADK_KERNEL_XOR_BLOCKS
  132. select ADK_KERNEL_ZLIB_DEFLATE
  133. select ADK_KERNEL_LZO_COMPRESS
  134. select ADK_KERNEL_LZO_DECOMPRESS
  135. help
  136. Btrfs is a general purpose copy-on-write filesystem with extents,
  137. writable snapshotting, support for multiple devices and many more
  138. features focused on fault tolerance, repair and easy administration.
  139. For more information, please see the web pages at
  140. http://btrfs.wiki.kernel.org
  141. config ADK_KERNEL_FUSE_FS
  142. tristate "Filesystem in Userspace support"
  143. help
  144. With FUSE it is possible to implement a fully functional
  145. filesystem in a userspace program.
  146. By enabling this, only the kernel module gets build.
  147. For using it, you will most likely also want to enable
  148. fuse-utils.
  149. config ADK_KERNEL_JOLIET
  150. bool
  151. config ADK_KERNEL_ISO9660_FS
  152. tristate "ISO 9660 / JOLIET CDROM file system support"
  153. select ADK_KERNEL_JOLIET
  154. help
  155. This is the standard file system used on CD-ROMs. It was previously
  156. known as "High Sierra File System" and is called "hsfs" on other
  157. Unix systems. The so-called Rock-Ridge extensions which allow for
  158. long Unix filenames and symbolic links are also supported by this
  159. driver. If you have a CD-ROM drive and want to do more with it than
  160. just listen to audio CDs and watch its LEDs, say Y (and read
  161. <file:Documentation/filesystems/isofs.txt> and the CD-ROM-HOWTO,
  162. available from <http://www.tldp.org/docs.html#howto>), thereby
  163. enlarging your kernel by about 27 KB; otherwise say N.
  164. config ADK_KERNEL_UDF_FS
  165. tristate "UDF file system support"
  166. select ADK_KERNEL_CRC_ITU_T
  167. help
  168. This is the new file system used on some CD-ROMs and DVDs. Say Y if
  169. you intend to mount DVD discs or CDRW's written in packet mode, or
  170. if written to by other UDF utilities, such as DirectCD.
  171. Please read <file:Documentation/filesystems/udf.txt>.
  172. config ADK_KERNEL_JFFS2_FS
  173. tristate "JFFS2 filesystem"
  174. select ADK_KERNEL_MISC_FILESYSTEMS
  175. select ADK_KERNEL_MTD
  176. select ADK_KERNEL_MTD_BLOCK
  177. select ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS
  178. select ADK_KERNEL_JFFS2_ZLIB
  179. depends on ADK_TARGET_WITH_MTD
  180. help
  181. JFFS2 flash filesystem
  182. config ADK_KERNEL_SQUASHFS
  183. tristate "SquashFS filesystem"
  184. select ADK_KERNEL_MISC_FILESYSTEMS
  185. select ADK_KERNEL_SQUASHFS_XZ
  186. help
  187. Squashfs compressed read-only filesystem
  188. config ADK_KERNEL_YAFFS_FS
  189. tristate "YAFFS2 filesystem"
  190. select ADK_KERNEL_MISC_FILESYSTEMS
  191. select ADK_KERNEL_MTD
  192. select ADK_KERNEL_MTD_BLOCK
  193. select ADK_KERNEL_YAFFS_YAFFS1
  194. select ADK_KERNEL_YAFFS_YAFFS2
  195. select ADK_KERNEL_YAFFS_AUTO_YAFFS2
  196. depends on ADK_TARGET_WITH_NAND
  197. help
  198. YAFFS2 filesystem for NAND devices
  199. endmenu
  200. menu "Filesystem features"
  201. config ADK_KERNEL_INOTIFY_USER
  202. bool "Inotify support for userspace"
  203. default y
  204. help
  205. Say Y here to enable inotify support for userspace, including the
  206. associated system calls. Inotify allows monitoring of both files and
  207. directories via a single open fd. Events are read from the file
  208. descriptor, which is also select()- and poll()-able.
  209. endmenu
  210. source target/linux/config/Config.in.part
  211. source target/linux/config/Config.in.fsnet
  212. source target/linux/config/Config.in.nls
  213. source target/linux/config/Config.in.aufs
  214. endmenu