summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorMike Shaver <shaver@ingenia.com>1997-09-16 15:05:24 +0000
committerMike Shaver <shaver@ingenia.com>1997-09-16 15:05:24 +0000
commit4e589e524e0c4c23fd8c6217696bd9983dc8a721 (patch)
treeeecd52c3e576218b98aa69d57cbaaa030e5a4f29 /fs/Config.in
parent6ce1685bcf39c7a589acdeb9639e71c4dde91ab0 (diff)
EFS integration (read-only, slight problem with symlinks).
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in
index bb5b843cc..5f53913ee 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -60,6 +60,9 @@ 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
fi
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ tristate 'SGI EFS filesystem support' CONFIG_EFS_FS
+fi
bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
endmenu