Import 2.3.12pre9
[davej-history.git] / fs / Config.in
blob5edc348ad5a2893d580cdc4bdb594343f4d213f4
2 # Filesystem configuration
4 mainmenu_option next_comment
5 comment 'Filesystems'
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
16 # msdos filesystems
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
29 else
30   # needed by nls/Config.in
31   define_bool CONFIG_JOLIET n
34 tristate 'Minix fs support' CONFIG_MINIX_FS
35 tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
36 if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
37   bool '   NTFS read-write support (DANGEROUS)' CONFIG_NTFS_RW
39 tristate 'OS/2 HPFS filesystem support (read/write) (NEW)' CONFIG_HPFS_FS
40 bool '/proc filesystem support' CONFIG_PROC_FS
41 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
42   # It compiles as a module for testing only.  It should not be used
43   # as a module in general.  If we make this "tristate", a bunch of people
44   # who don't know what they are doing turn it on and complain when it
45   # breaks.
46   bool '/dev/pts filesystem for Unix98 PTYs' CONFIG_DEVPTS_FS
48 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
49   tristate 'QNX filesystem support (EXPERIMENTAL)' CONFIG_QNX4FS_FS
50   if [ "$CONFIG_QNX4FS_FS" != "n" ]; then
51     bool '   QNXFS read-write support (FOR TESTING ONLY)' CONFIG_QNX4FS_RW
52   fi    
54 tristate 'ROM filesystem support' CONFIG_ROMFS_FS
55 tristate 'Second extended fs support' CONFIG_EXT2_FS
56 tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
57 tristate 'UFS filesystem support' CONFIG_UFS_FS
58 if [ "$CONFIG_UFS_FS" != "n" ]; then
59   bool '   UFS filesystem write support (experimental)' CONFIG_UFS_FS_WRITE
63 if [ "$CONFIG_NET" = "y" ]; then
65 mainmenu_option next_comment
66 comment 'Network File Systems'
68 if [ "$CONFIG_INET" = "y" ]; then
69   tristate 'Coda filesystem support (advanced network fs)' CONFIG_CODA_FS
70   tristate 'NFS filesystem support' CONFIG_NFS_FS
71   if [ "$CONFIG_NFS_FS" = "y" -a "$CONFIG_IP_PNP" = "y" ]; then
72     bool '   Root file system on NFS' CONFIG_ROOT_NFS
73   fi
74   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
75     tristate 'NFS server support' CONFIG_NFSD
76     if [ "$CONFIG_NFSD" != "n" ]; then
77       bool '   Emulate SUN NFS server' CONFIG_NFSD_SUN
78     fi
79   fi
80   if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
81     define_bool CONFIG_SUNRPC y
82     define_bool CONFIG_LOCKD y
83   else
84     if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
85       define_bool CONFIG_SUNRPC m
86       define_bool CONFIG_LOCKD m
87     else
88       define_bool CONFIG_SUNRPC n
89       define_bool CONFIG_LOCKD n
90     fi
91   fi
92   tristate 'SMB filesystem support (to mount WfW shares etc.)' CONFIG_SMB_FS
94 if [ "$CONFIG_IPX" != "n" -o "$CONFIG_INET" != "n" ]; then
95   tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
96   if [ "$CONFIG_NCP_FS" != "n" ]; then
97     source fs/ncpfs/Config.in
98   fi
101 endmenu
104 mainmenu_option next_comment
105 comment 'Partition Types'
107 bool 'BSD disklabel (BSD partition tables) support' CONFIG_BSD_DISKLABEL
108 bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
109 bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
110 bool 'Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
111 bool 'SGI disklabel support' CONFIG_SGI_DISKLABEL
112 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
113   bool 'Unixware slices support (EXPERIMENTAL)' CONFIG_UNIXWARE_DISKLABEL
115 endmenu
117 if [ "$CONFIG_AFFS_FS" != "n" ]; then
118   define_bool CONFIG_AMIGA_PARTITION y
121 source fs/nls/Config.in
123 endmenu