patch-2.4.0-test4 linux/arch/arm/config.in

Next file: linux/arch/i386/Makefile
Previous file: linux/arch/alpha/kernel/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test3/linux/arch/arm/config.in linux/arch/arm/config.in
@@ -15,6 +15,14 @@
 bool 'Prompt for obsolete code/drivers' CONFIG_OBSOLETE
 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 'System Type'
@@ -156,17 +164,6 @@
    define_bool CONFIG_ISA_DMA n
 fi
 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
-
 
 mainmenu_option next_comment
 comment 'General setup'

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)