diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-17 12:59:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-17 12:59:29 +0000 |
commit | 3939f660208cebe8656ec1c3ad57d44277de2fae (patch) | |
tree | e8691c2a5ddf5ebf703268cfc24ec01075a2e86c | |
parent | 1d68c48efe2d331857dfd4dfa4104fb366c100c5 (diff) |
Fix syntax error.
-rw-r--r-- | arch/mips/config.in | 2 |
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 |