Commit b94afbdb authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: remove duplicate modules menu

The mips and parisc ports both defined 'Loadable module support' menus,
despite including an identical menu from init/Config.in.
parent 8ca4034c
......@@ -217,15 +217,6 @@ if [ "$CONFIG_I8259" != "y" ]; then
fi
endmenu
mainmenu_option next_comment
comment 'Loadable module support'
bool 'Enable loadable module support' CONFIG_MODULES
if [ "$CONFIG_MODULES" = "y" ]; then
bool ' Set version information on all module symbols' CONFIG_MODVERSIONS
bool ' Kernel module loader' CONFIG_KMOD
fi
endmenu
mainmenu_option next_comment
comment 'CPU selection'
......
......@@ -46,15 +46,6 @@ fi
endmenu
mainmenu_option next_comment
comment 'Loadable module support'
bool 'Enable loadable module support' CONFIG_MODULES
if [ "$CONFIG_MODULES" = "y" ]; then
bool 'Set version information on all module symbols' CONFIG_MODVERSIONS
bool 'Kernel module loader' CONFIG_KMOD
fi
endmenu
mainmenu_option next_comment
comment 'General setup'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment