summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
commit4cd9a486c8091de019dadee71cb80d4b53d8bd6d (patch)
treeb32d3745ed7b46cc861cd607a33426581c7bb26c /fs/Config.in
parent04a4c145e0293e7cd55c5c844eda08b1611e78a6 (diff)
Updated efs support to revision 0.97.
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/Config.in b/fs/Config.in
index ab75a102a..216e7bf46 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -55,7 +55,10 @@ if [ "$CONFIG_UFS_FS" != "n" ]; then
bool ' UFS filesystem write support (experimental)' CONFIG_UFS_FS_WRITE
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- tristate 'SGI EFS filesystem support' CONFIG_EFS_FS
+ tristate 'SGI EFS filesystem support (read only) (experimental)' CONFIG_EFS_FS
+ if [ "$CONFIG_EFS_FS" != "n" ]; then
+ define_bool CONFIG_SGI_PARTITION y
+ fi
fi
if [ "$CONFIG_NET" = "y" ]; then