patch-2.4.0-test4 linux/arch/mips64/config.in

Next file: linux/arch/mips64/defconfig
Previous file: linux/arch/mips/tools/offset.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test3/linux/arch/mips64/config.in linux/arch/mips64/config.in
@@ -11,6 +11,15 @@
 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 'Machine selection'
 bool 'Support for SGI IP22' CONFIG_SGI_IP22
 bool 'Support for SGI IP27' CONFIG_SGI_IP27
@@ -108,14 +117,6 @@
 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
-if [ "$CONFIG_MODULES" = "y" ]; then
-   bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
-   bool 'Kernel module loader' CONFIG_KMOD
-fi
 
 source drivers/pci/Config.in
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)