summaryrefslogtreecommitdiffstats
path: root/fs/Config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
commit7acb77a6e7bddd4c4c5aa975bbf976927c013798 (patch)
tree4139829ec6edb85f73774bb95cdec376758bfc73 /fs/Config.in
parent64d58d4c8cd6a89ee218301ec0dc0ebfec91a4db (diff)
Merge with 2.1.43.
Diffstat (limited to 'fs/Config.in')
-rw-r--r--fs/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in
index fe279dc94..a9f922d8a 100644
--- a/fs/Config.in
+++ b/fs/Config.in
@@ -5,6 +5,27 @@ mainmenu_option next_comment
comment 'Filesystems'
bool 'Quota support' CONFIG_QUOTA
+bool 'Preload dcache entries in readdir() [ALPHA, currently dangerous!]' CONFIG_DCACHE_PRELOAD
+bool 'Include support for omirr online mirror' CONFIG_OMIRR
+bool 'Translate filename suffixes' CONFIG_TRANS_NAMES
+if [ "$CONFIG_TRANS_NAMES" = "y" ]; then
+ bool ' Restrict translation to specific gid' CONFIG_TRANS_RESTRICT
+ if [ "$CONFIG_TRANS_RESTRICT" = "y" ]; then
+ int ' Enter gid to compile in' CONFIG_TRANS_GID 4
+ fi
+ bool ' Translate nodename' CONFIG_TR_NODENAME
+ bool ' Translate compiled-in kernelname' CONFIG_TR_KERNNAME
+ if [ "$CONFIG_TR_KERNNAME" = "y" ]; then
+ string ' Enter kernelname string to compile in' CONFIG_KERNNAME banana
+ fi
+ bool ' Translate compiled-in kerneltype' CONFIG_TR_KERNTYPE
+ if [ "$CONFIG_TR_KERNTYPE" = "y" ]; then
+ string ' Enter kerneltype string to compile in' CONFIG_KERNTYPE default
+ fi
+ bool ' Translate machine type' CONFIG_TR_MACHINE
+ bool ' Translate sysname' CONFIG_TR_SYSNAME
+fi
+
tristate 'Minix fs support' CONFIG_MINIX_FS
tristate 'Second extended fs support' CONFIG_EXT2_FS