summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
commit03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch)
tree88db8dba75ae06ba3bad08e42c5e52efc162535c /fs/Config.in
parent257730f99381dd26e10b832fce4c94cae7ac1176 (diff)
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in
index 4e16dd0e7..57d46b32a 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -80,6 +80,10 @@ if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'ADFS filesystem support (read only) (EXPERIMENTAL)' CONFIG_ADFS_FS
+ tristate 'QNX filesystem support (EXPERIMENTAL)' CONFIG_QNX4FS_FS
+ if [ "$CONFIG_QNX4FS_FS" != "n" ]; then
+ bool ' QNXFS read-write support (FOR TESTING ONLY)' CONFIG_QNX4FS_RW
+ fi
fi
bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
endmenu