summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
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