patch-2.4.0-test6 linux/arch/mips64/config.in
Next file: linux/arch/mips64/defconfig
Previous file: linux/arch/mips64/arc/memory.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Thu Jul 27 18:36:54 2000
- Orig file:
v2.4.0-test5/linux/arch/mips64/config.in
- Orig date:
Fri Jul 14 12:12:05 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips64/config.in linux/arch/mips64/config.in
@@ -11,15 +11,6 @@
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
@@ -117,6 +108,14 @@
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)