patch-1.3.52 linux/arch/i386/config.in
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 29 15:15:15 1995
- Orig file:
v1.3.51/linux/arch/i386/config.in
- Orig date:
Wed Dec 13 09:02:45 1995
diff -u --recursive --new-file v1.3.51/linux/arch/i386/config.in linux/arch/i386/config.in
@@ -5,6 +5,14 @@
mainmenu_name "Linux Kernel Configuration"
mainmenu_option next_comment
+comment 'Loadable module support'
+bool 'Enable loadable module support' CONFIG_MODULES
+if [ "$CONFIG_MODULES" = "y" ]; then
+ MODULES=y
+ bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
+fi
+
+mainmenu_option next_comment
comment 'General setup'
bool 'Kernel math emulation' CONFIG_MATH_EMULATION
@@ -23,10 +31,6 @@
#if [ "$CONFIG_M586" = "n" ]; then
bool 'Use 486-specific optimizations (does NOT work on i386)' CONFIG_M486
#fi
-
-mainmenu_option next_comment
-comment 'Loadable module support'
-bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
source drivers/block/Config.in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this