2 # Filesystem configuration
4 mainmenu_option next_comment
7 bool 'Quota support' CONFIG_QUOTA
8 tristate 'Kernel automounter support' CONFIG_AUTOFS_FS
11 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
12 tristate 'ADFS filesystem support (read only) (EXPERIMENTAL)' CONFIG_ADFS_FS
14 tristate 'Amiga FFS filesystem support' CONFIG_AFFS_FS
15 tristate 'Apple Macintosh filesystem support (EXPERIMENTAL)' CONFIG_HFS_FS
17 tristate 'DOS FAT fs support' CONFIG_FAT_FS
18 dep_tristate ' MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FS
19 dep_tristate ' UMSDOS: Unix-like filesystem on top of standard MSDOS filesystem' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
20 dep_tristate ' VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS
22 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
23 tristate 'EFS filesystem support (read only) (EXPERIMENTAL)' CONFIG_EFS_FS
26 tristate 'ISO 9660 CDROM filesystem support' CONFIG_ISO9660_FS
27 if [ "$CONFIG_ISO9660_FS" != "n" ]; then
28 bool ' Microsoft Joliet CDROM extensions' CONFIG_JOLIET
30 # needed by nls/Config.in
31 define_bool CONFIG_JOLIET n
34 tristate 'UDF filesystem support (read only)' CONFIG_UDF_FS
35 if [ "$CONFIG_UDF_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
36 bool ' UDF write support (DANGEROUS)' CONFIG_UDF_RW
39 tristate 'Minix fs support' CONFIG_MINIX_FS
40 tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
41 if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
42 bool ' NTFS write support (DANGEROUS)' CONFIG_NTFS_RW
44 tristate 'OS/2 HPFS filesystem support' CONFIG_HPFS_FS
45 bool '/proc filesystem support' CONFIG_PROC_FS
46 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
47 # It compiles as a module for testing only. It should not be used
48 # as a module in general. If we make this "tristate", a bunch of people
49 # who don't know what they are doing turn it on and complain when it
51 bool '/dev/pts filesystem for Unix98 PTYs' CONFIG_DEVPTS_FS
53 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
54 tristate 'QNX filesystem support (read only) (EXPERIMENTAL)' CONFIG_QNX4FS_FS
55 if [ "$CONFIG_QNX4FS_FS" != "n" ]; then
56 bool ' QNXFS write support (DANGEROUS)' CONFIG_QNX4FS_RW
59 tristate 'ROM filesystem support' CONFIG_ROMFS_FS
60 tristate 'Second extended fs support' CONFIG_EXT2_FS
61 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
62 tristate 'BFS filesystem (read only) support (EXPERIMENTAL)' CONFIG_BFS_FS
63 if [ "$CONFIG_BFS_FS" != "n" ]; then
64 bool ' BFS filesystem write support (DANGEROUS)' CONFIG_BFS_FS_WRITE
67 tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
68 if [ "$CONFIG_SYSV_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
69 bool ' SYSV filesystem write support (DANGEROUS)' CONFIG_SYSV_FS_WRITE
71 tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS
72 if [ "$CONFIG_UFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
73 bool ' UFS filesystem write support (DANGEROUS)' CONFIG_UFS_FS_WRITE
77 if [ "$CONFIG_NET" = "y" ]; then
79 mainmenu_option next_comment
80 comment 'Network File Systems'
82 if [ "$CONFIG_INET" = "y" ]; then
83 tristate 'Coda filesystem support (advanced network fs)' CONFIG_CODA_FS
84 tristate 'NFS filesystem support' CONFIG_NFS_FS
85 if [ "$CONFIG_NFS_FS" = "y" -a "$CONFIG_IP_PNP" = "y" ]; then
86 bool ' Root file system on NFS' CONFIG_ROOT_NFS
88 tristate 'NFS server support' CONFIG_NFSD
89 if [ "$CONFIG_NFSD" != "n" ]; then
90 bool ' Emulate SUN NFS server' CONFIG_NFSD_SUN
92 if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
93 define_bool CONFIG_SUNRPC y
94 define_bool CONFIG_LOCKD y
96 if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
97 define_bool CONFIG_SUNRPC m
98 define_bool CONFIG_LOCKD m
100 define_bool CONFIG_SUNRPC n
101 define_bool CONFIG_LOCKD n
104 tristate 'SMB filesystem support (to mount WfW shares etc.)' CONFIG_SMB_FS
106 if [ "$CONFIG_IPX" != "n" -o "$CONFIG_INET" != "n" ]; then
107 tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
108 if [ "$CONFIG_NCP_FS" != "n" ]; then
109 source fs/ncpfs/Config.in
116 mainmenu_option next_comment
117 comment 'Partition Types'
118 source fs/partitions/Config.in
120 source fs/nls/Config.in