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
- Lines: 31
- Date:
Wed Jul 12 15:12:11 2000
- Orig file:
v2.4.0-test3/linux/arch/mips64/config.in
- Orig date:
Mon Jul 10 16:47:20 2000
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)