patch-2.4.0-test4 linux/arch/ia64/config.in
Next file: linux/arch/m68k/atari/joystick.c
Previous file: linux/arch/ia64/boot/bootloader.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Wed Jul 12 15:12:11 2000
- Orig file:
v2.4.0-test3/linux/arch/ia64/config.in
- Orig date:
Mon Jul 10 16:47:19 2000
diff -u --recursive --new-file v2.4.0-test3/linux/arch/ia64/config.in linux/arch/ia64/config.in
@@ -4,6 +4,20 @@
mainmenu_name "Kernel configuration of Linux for IA-64 machines"
mainmenu_option next_comment
+ comment 'Code maturity level options'
+ bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
+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 'General setup'
define_bool CONFIG_IA64 y
@@ -66,20 +80,6 @@
else
define_bool CONFIG_PCMCIA n
fi
-
-mainmenu_option next_comment
- comment 'Code maturity level options'
- bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
-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
-endmenu
source drivers/parport/Config.in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)