summaryrefslogtreecommitdiffstats
path: root/arch/m68k/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/config.in')
-rw-r--r--arch/m68k/config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/m68k/config.in b/arch/m68k/config.in
index bde3a370a..076d9107c 100644
--- a/arch/m68k/config.in
+++ b/arch/m68k/config.in
@@ -13,6 +13,15 @@ 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 'Platform dependent setup'
define_bool CONFIG_ISA n
@@ -136,15 +145,6 @@ 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
-
source drivers/mtd/Config.in
source drivers/block/Config.in