summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /fs/Config.in
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/fs/Config.in b/fs/Config.in
index ad0c2a675..4e16dd0e7 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -9,15 +9,15 @@ bool 'Quota support' CONFIG_QUOTA
tristate 'Minix fs support' CONFIG_MINIX_FS
tristate 'Second extended fs support' CONFIG_EXT2_FS
-tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS
+tristate 'ISO 9660 CDROM filesystem support' CONFIG_ISO9660_FS
if [ "$CONFIG_ISO9660_FS" != "n" ]; then
- bool 'Microsoft Joliet cdrom extensions' CONFIG_JOLIET
+ bool 'Microsoft Joliet CDROM extensions' CONFIG_JOLIET
fi
# msdos filesystems
tristate 'DOS FAT fs support' CONFIG_FAT_FS
dep_tristate 'MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FS
-dep_tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
+dep_tristate 'UMSDOS: Unix-like filesystem on top of standard MSDOS filesystem' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
dep_tristate 'VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS
bool '/proc filesystem support' CONFIG_PROC_FS
@@ -40,7 +40,7 @@ if [ "$CONFIG_INET" = "y" ]; then
fi
fi
tristate 'Coda filesystem support (advanced network fs)' CONFIG_CODA_FS
- tristate 'SMB filesystem support (to mount WfW shares etc..)' CONFIG_SMB_FS
+ tristate 'SMB filesystem support (to mount WfW shares etc.)' CONFIG_SMB_FS
if [ "$CONFIG_SMB_FS" != "n" ]; then
bool 'SMB Win95 bug work-around' CONFIG_SMB_WIN95
fi
@@ -53,7 +53,7 @@ if [ "$CONFIG_IPX" != "n" ]; then
fi
tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS
-tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
+tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool ' NTFS read-write support (experimental)' CONFIG_NTFS_RW
fi
@@ -66,7 +66,7 @@ tristate 'Kernel automounter support' CONFIG_AUTOFS_FS
if [ "$CONFIG_AFFS_FS" != "n" ]; then
define_bool CONFIG_AMIGA_PARTITION y
fi
-tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS
+tristate 'UFS filesystem support' CONFIG_UFS_FS
if [ "$CONFIG_UFS_FS" != "n" ]; then
bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
@@ -75,10 +75,11 @@ fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'SGI EFS filesystem support' CONFIG_EFS_FS
fi
+if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
+ tristate '/dev/pts filesystem for Unix98 PTYs' CONFIG_DEVPTS_FS
+fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'ADFS filesystem support (read only) (EXPERIMENTAL)' CONFIG_ADFS_FS
- tristate '/dev/pts filesystem support (EXPERIMENTAL)' CONFIG_DEVPTS_FS
fi
bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
endmenu
-