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