summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-17 12:59:29 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-17 12:59:29 +0000
commit3939f660208cebe8656ec1c3ad57d44277de2fae (patch)
treee8691c2a5ddf5ebf703268cfc24ec01075a2e86c /arch/mips
parent1d68c48efe2d331857dfd4dfa4104fb366c100c5 (diff)
Fix syntax error.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 1913421be..9bc01b875 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -87,7 +87,6 @@ bool 'Sysctl support' CONFIG_SYSCTL
if [ "$CONFIG_SGI" != "y" ]; then
tristate 'Parallel port support' CONFIG_PARPORT
fi
-
endmenu
mainmenu_option next_comment
@@ -97,6 +96,7 @@ if [ "$CONFIG_MODULES" = "y" ]; then
bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD
fi
+endmenu
source drivers/block/Config.in