diff options
Diffstat (limited to 'arch/sh/config.in')
-rw-r--r-- | arch/sh/config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/sh/config.in b/arch/sh/config.in index 025e8a8ea..0a83038dc 100644 --- a/arch/sh/config.in +++ b/arch/sh/config.in @@ -14,6 +14,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 'Processor type and features' choice 'SuperH system type' \ "Generic CONFIG_SH_GENERIC \ @@ -48,15 +57,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 - -mainmenu_option next_comment comment 'General setup' define_bool CONFIG_ISA n |