summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-02-18 11:06:20 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-02-18 11:06:20 +0000
commit9e17e1aa1cf1cb497d2f67147a51831888affcf3 (patch)
treedcc73cf709d981b90ae73e603bb0466ffe2c0475
parent1a971a8c13c2327ecf47fa2a38644871b47da827 (diff)
o Fix menuconfig
-rw-r--r--arch/mips64/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in
index 3a7e57aad..cda8900d0 100644
--- a/arch/mips64/config.in
+++ b/arch/mips64/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.12 2000/02/05 06:47:09 ralf Exp $
+# $Id: config.in,v 1.13 2000/02/06 00:20:27 kanoj Exp $
#
# For a description of the syntax of this configuration file,
# see the Configure script.
@@ -87,6 +87,8 @@ if [ "$CONFIG_MIPS32_COMPAT" = "y" ]; then
fi
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
+endmenu
+
mainmenu_option next_comment
comment 'Loadable module support'
bool 'Enable loadable module support' CONFIG_MODULES