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 tristate 'ISO 9660 CDROM filesystem support' CONFIG_ISO9660_FS
23 if [ "$CONFIG_ISO9660_FS" != "n" ]; then
24 bool 'Microsoft Joliet CDROM extensions' CONFIG_JOLIET
26 # needed by nls/Config.in
27 define_bool CONFIG_JOLIET n
30 tristate 'Minix fs support' CONFIG_MINIX_FS
31 tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
32 if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
33 bool ' NTFS read-write support (DANGEROUS)' CONFIG_NTFS_RW
35 tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS
36 bool '/proc filesystem support' CONFIG_PROC_FS
37 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
38 # It compiles as a module for testing only. It should not be used
39 # as a module in general. If we make this "tristate", a bunch of people
40 # who don't know what they are doing turn it on and complain when it
42 bool '/dev/pts filesystem for Unix98 PTYs' CONFIG_DEVPTS_FS
44 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
45 tristate 'QNX filesystem support (EXPERIMENTAL)' CONFIG_QNX4FS_FS
46 if [ "$CONFIG_QNX4FS_FS" != "n" ]; then
47 bool ' QNXFS read-write support (FOR TESTING ONLY)' CONFIG_QNX4FS_RW
50 tristate 'ROM filesystem support' CONFIG_ROMFS_FS
51 tristate 'Second extended fs support' CONFIG_EXT2_FS
52 tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
53 tristate 'UFS filesystem support' CONFIG_UFS_FS
54 if [ "$CONFIG_UFS_FS" != "n" ]; then
55 bool ' UFS filesystem write support (experimental)' CONFIG_UFS_FS_WRITE
59 if [ "$CONFIG_NET" = "y" ]; then
61 mainmenu_option next_comment
62 comment 'Network File Systems'
64 if [ "$CONFIG_INET" = "y" ]; then
65 tristate 'Coda filesystem support (advanced network fs)' CONFIG_CODA_FS
66 tristate 'NFS filesystem support' CONFIG_NFS_FS
67 if [ "$CONFIG_NFS_FS" = "y" -a "$CONFIG_IP_PNP" = "y" ]; then
68 bool ' Root file system on NFS' CONFIG_ROOT_NFS
70 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
71 tristate 'NFS server support' CONFIG_NFSD
73 if [ "$CONFIG_NFSD" != "n" ]; then
74 bool ' Emulate SUN NFS server' CONFIG_NFSD_SUN
76 if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
77 define_bool CONFIG_SUNRPC y
78 define_bool CONFIG_LOCKD y
80 if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
81 define_bool CONFIG_SUNRPC m
82 define_bool CONFIG_LOCKD m
84 define_bool CONFIG_SUNRPC n
85 define_bool CONFIG_LOCKD n
88 tristate 'SMB filesystem support (to mount WfW shares etc.)' CONFIG_SMB_FS
89 if [ "$CONFIG_SMB_FS" != "n" ]; then
90 bool 'SMB Win95 bug work-around' CONFIG_SMB_WIN95
93 if [ "$CONFIG_IPX" != "n" -o "$CONFIG_INET" != "n" ]; then
94 tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
95 if [ "$CONFIG_NCP_FS" != "n" ]; then
96 source fs/ncpfs/Config.in
103 mainmenu_option next_comment
104 comment 'Partition Types'
106 bool 'BSD disklabel (BSD partition tables) support' CONFIG_BSD_DISKLABEL
107 bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
108 bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
109 bool 'Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
110 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
111 bool 'Unixware slices support (EXPERIMENTAL)' CONFIG_UNIXWARE_DISKLABEL
115 if [ "$CONFIG_AFFS_FS" != "n" ]; then
116 define_bool CONFIG_AMIGA_PARTITION y
119 source fs/nls/Config.in