]> git.hungrycats.org Git - linux/commitdiff
kbuild: remove duplicate modules menu
authorKai Germaschewski <kai@zephyr.physics.uiowa.edu>
Sun, 25 Aug 2002 12:44:59 +0000 (07:44 -0500)
committerKai Germaschewski <kai@zephyr.physics.uiowa.edu>
Sun, 25 Aug 2002 12:44:59 +0000 (07:44 -0500)
The mips and parisc ports both defined 'Loadable module support' menus,
despite including an identical menu from init/Config.in.

arch/mips/config.in
arch/parisc/config.in

index af96bff4a683b3579ef0d11c3f88c099b5a4ac08..9337f9d490044a866f8e1ff8fe2e66bb1dc46f23 100644 (file)
@@ -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'
 
index acead292ee4e16a56db53a0253fdf4f536799791..21f9f3fb3abbfd0bc4bade9a07e01fb9f4e9a709 100644 (file)
@@ -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'