Config.in
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:7k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # File system configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'File systems'
  6. bool 'Quota support' CONFIG_QUOTA
  7. tristate 'Kernel automounter support' CONFIG_AUTOFS_FS
  8. tristate 'Kernel automounter version 4 support (also supports v3)' CONFIG_AUTOFS4_FS
  9. tristate 'Reiserfs support' CONFIG_REISERFS_FS
  10. dep_mbool '  Enable reiserfs debug mode' CONFIG_REISERFS_CHECK $CONFIG_REISERFS_FS
  11. dep_mbool '  Stats in /proc/fs/reiserfs' CONFIG_REISERFS_PROC_INFO $CONFIG_REISERFS_FS
  12. dep_tristate 'ADFS file system support (EXPERIMENTAL)' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
  13. dep_mbool '  ADFS write support (DANGEROUS)' CONFIG_ADFS_FS_RW $CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
  14. dep_tristate 'Amiga FFS file system support (EXPERIMENTAL)' CONFIG_AFFS_FS $CONFIG_EXPERIMENTAL
  15. dep_tristate 'Apple Macintosh file system support (EXPERIMENTAL)' CONFIG_HFS_FS $CONFIG_EXPERIMENTAL
  16. dep_tristate 'BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)' CONFIG_BEFS_FS $CONFIG_EXPERIMENTAL
  17. dep_mbool '  Debug Befs' CONFIG_BEFS_DEBUG $CONFIG_BEFS_FS
  18. dep_tristate 'BFS file system support (EXPERIMENTAL)' CONFIG_BFS_FS $CONFIG_EXPERIMENTAL
  19. tristate 'Ext3 journalling file system support' CONFIG_EXT3_FS
  20. # CONFIG_JBD could be its own option (even modular), but until there are
  21. # other users than ext3, we will simply make it be the same as CONFIG_EXT3_FS
  22. # dep_tristate '  Journal Block Device support (JBD for ext3)' CONFIG_JBD $CONFIG_EXT3_FS
  23. define_bool CONFIG_JBD $CONFIG_EXT3_FS
  24. dep_mbool '  JBD (ext3) debugging support' CONFIG_JBD_DEBUG $CONFIG_JBD
  25. # msdos file systems
  26. tristate 'DOS FAT fs support' CONFIG_FAT_FS
  27. dep_tristate '  MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FS
  28. dep_tristate '    UMSDOS: Unix-like file system on top of standard MSDOS fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
  29. dep_tristate '  VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS
  30. dep_tristate 'EFS file system support (read only) (EXPERIMENTAL)' CONFIG_EFS_FS $CONFIG_EXPERIMENTAL
  31. dep_tristate 'Journalling Flash File System (JFFS) support' CONFIG_JFFS_FS $CONFIG_MTD
  32. if [ "$CONFIG_JFFS_FS" = "y" -o "$CONFIG_JFFS_FS" = "m" ] ; then
  33.    int 'JFFS debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_JFFS_FS_VERBOSE 0
  34.    bool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS
  35. fi
  36. dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD
  37. if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
  38.    int 'JFFS2 debugging verbosity (0 = quiet, 2 = noisy)' CONFIG_JFFS2_FS_DEBUG 0
  39. fi
  40. tristate 'Compressed ROM file system support' CONFIG_CRAMFS
  41. bool 'Virtual memory file system support (former shm fs)' CONFIG_TMPFS
  42. define_bool CONFIG_RAMFS y
  43. tristate 'ISO 9660 CDROM file system support' CONFIG_ISO9660_FS
  44. dep_mbool '  Microsoft Joliet CDROM extensions' CONFIG_JOLIET $CONFIG_ISO9660_FS
  45. dep_mbool '  Transparent decompression extension' CONFIG_ZISOFS $CONFIG_ISO9660_FS
  46. tristate 'JFS filesystem support' CONFIG_JFS_FS
  47. dep_mbool '  JFS debugging' CONFIG_JFS_DEBUG $CONFIG_JFS_FS
  48. dep_mbool '  JFS statistics' CONFIG_JFS_STATISTICS $CONFIG_JFS_FS
  49. tristate 'Minix fs support' CONFIG_MINIX_FS
  50. tristate 'FreeVxFS file system support (VERITAS VxFS(TM) compatible)' CONFIG_VXFS_FS
  51. tristate 'NTFS file system support (read only)' CONFIG_NTFS_FS
  52. dep_mbool '  NTFS write support (DANGEROUS)' CONFIG_NTFS_RW $CONFIG_NTFS_FS $CONFIG_EXPERIMENTAL
  53. tristate 'OS/2 HPFS file system support' CONFIG_HPFS_FS
  54. bool '/proc file system support' CONFIG_PROC_FS
  55. dep_bool '/dev file system support (EXPERIMENTAL)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL
  56. dep_bool '  Automatically mount at boot' CONFIG_DEVFS_MOUNT $CONFIG_DEVFS_FS
  57. dep_bool '  Debug devfs' CONFIG_DEVFS_DEBUG $CONFIG_DEVFS_FS
  58. # It compiles as a module for testing only.  It should not be used
  59. # as a module in general.  If we make this "tristate", a bunch of people
  60. # who don't know what they are doing turn it on and complain when it
  61. # breaks.
  62. dep_bool '/dev/pts file system for Unix98 PTYs' CONFIG_DEVPTS_FS $CONFIG_UNIX98_PTYS
  63. tristate 'QNX4 file system support (read only)' CONFIG_QNX4FS_FS
  64. dep_mbool '  QNX4FS write support (DANGEROUS)' CONFIG_QNX4FS_RW $CONFIG_QNX4FS_FS $CONFIG_EXPERIMENTAL
  65. tristate 'ROM file system support' CONFIG_ROMFS_FS
  66. tristate 'Second extended fs support' CONFIG_EXT2_FS
  67. tristate 'System V/Xenix/V7/Coherent file system support' CONFIG_SYSV_FS
  68. tristate 'UDF file system support (read only)' CONFIG_UDF_FS
  69. dep_mbool '  UDF write support (DANGEROUS)' CONFIG_UDF_RW $CONFIG_UDF_FS $CONFIG_EXPERIMENTAL
  70. tristate 'UFS file system support (read only)' CONFIG_UFS_FS
  71. dep_mbool '  UFS file system write support (DANGEROUS)' CONFIG_UFS_FS_WRITE $CONFIG_UFS_FS $CONFIG_EXPERIMENTAL
  72. if [ "$CONFIG_NET" = "y" ]; then
  73.    mainmenu_option next_comment
  74.    comment 'Network File Systems'
  75.    dep_tristate 'Coda file system support (advanced network fs)' CONFIG_CODA_FS $CONFIG_INET
  76.    dep_tristate 'InterMezzo file system support (replicating fs) (EXPERIMENTAL)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
  77.    dep_tristate 'NFS file system support' CONFIG_NFS_FS $CONFIG_INET
  78.    dep_mbool '  Provide NFSv3 client support' CONFIG_NFS_V3 $CONFIG_NFS_FS
  79.    dep_bool '  Root file system on NFS' CONFIG_ROOT_NFS $CONFIG_NFS_FS $CONFIG_IP_PNP
  80.    dep_tristate 'NFS server support' CONFIG_NFSD $CONFIG_INET
  81.    dep_mbool '  Provide NFSv3 server support' CONFIG_NFSD_V3 $CONFIG_NFSD
  82.    dep_mbool '  Provide NFS server over TCP support (EXPERIMENTAL)' CONFIG_NFSD_TCP $CONFIG_NFSD $CONFIG_EXPERIMENTAL
  83.    if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
  84.       define_tristate CONFIG_SUNRPC y
  85.       define_tristate CONFIG_LOCKD y
  86.    else
  87.       if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
  88.  define_tristate CONFIG_SUNRPC m
  89.  define_tristate CONFIG_LOCKD m
  90.    else
  91.  define_tristate CONFIG_SUNRPC n
  92.  define_tristate CONFIG_LOCKD n
  93.       fi
  94.    fi
  95.    if [ "$CONFIG_NFSD_V3" = "y" -o "$CONFIG_NFS_V3" = "y" ]; then
  96.      define_bool CONFIG_LOCKD_V4 y
  97.    fi
  98.    dep_tristate 'SMB file system support (to mount Windows shares etc.)' CONFIG_SMB_FS $CONFIG_INET
  99.    if [ "$CONFIG_SMB_FS" != "n" ]; then
  100.       bool '  Use a default NLS' CONFIG_SMB_NLS_DEFAULT
  101.       if [ "$CONFIG_SMB_NLS_DEFAULT" = "y" ]; then
  102.          string '    Default Remote NLS Option' CONFIG_SMB_NLS_REMOTE "cp437"
  103.       fi
  104.    fi
  105.    if [ "$CONFIG_IPX" != "n" -o "$CONFIG_INET" != "n" ]; then
  106.       tristate 'NCP file system support (to mount NetWare volumes)' CONFIG_NCP_FS
  107.       source fs/ncpfs/Config.in
  108.    else
  109.       # for fs/nls/Config.in
  110.       define_bool CONFIG_NCPFS_NLS n
  111.    fi
  112.    endmenu
  113. else
  114.    # for fs/nls/Config.in
  115.    define_bool CONFIG_NCPFS_NLS n
  116.    define_bool CONFIG_SMB_FS n
  117. fi
  118. #
  119. # Do we need the compression support?
  120. #
  121. if [ "$CONFIG_ZISOFS" = "y" ]; then
  122.    define_tristate CONFIG_ZISOFS_FS $CONFIG_ISO9660_FS
  123. else
  124.    define_tristate CONFIG_ZISOFS_FS n
  125. fi
  126. mainmenu_option next_comment
  127. comment 'Partition Types'
  128. source fs/partitions/Config.in
  129. endmenu
  130. source fs/nls/Config.in
  131. endmenu