patch-2.4.0-test4 linux/arch/mips/config.in
Next file: linux/arch/mips/dec/time.c
Previous file: linux/arch/mips/cobalt/reset.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Wed Jul 12 15:12:11 2000
- Orig file:
v2.4.0-test3/linux/arch/mips/config.in
- Orig date:
Mon Jul 10 16:47:19 2000
diff -u --recursive --new-file v2.4.0-test3/linux/arch/mips/config.in linux/arch/mips/config.in
@@ -10,6 +10,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'
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'Support for Acer PICA 1 chipset' CONFIG_ACER_PICA_61
@@ -21,6 +30,7 @@
fi
bool 'Support for DECstations (EXPERIMENTAL)' CONFIG_DECSTATION
bool 'Support for NEC DDB Vrc-5074 (EXPERIMENTAL)' CONFIG_DDB5074
+ bool 'Support for Galileo Evaluation board or CoSine Orion' CONFIG_ORION
fi
bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000
bool 'Support for Olivetti M700-10' CONFIG_OLIVETTI_M700
@@ -157,12 +167,6 @@
bool 'Sysctl support' CONFIG_SYSCTL
source drivers/parport/Config.in
-
- 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
if [ "$CONFIG_DECSTATION" = "y" ]; then
bool 'TURBOchannel support' CONFIG_TC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)