Commit 715505c6 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig synchronise banners (5_16)

1/3 definitions of CONFIG_MODVERSIONS have trivially different banners.
parent 252f4ed7
...@@ -49,7 +49,7 @@ mainmenu_option next_comment ...@@ -49,7 +49,7 @@ mainmenu_option next_comment
comment 'Loadable module support' comment 'Loadable module support'
bool 'Enable loadable module support' CONFIG_MODULES bool 'Enable loadable module support' CONFIG_MODULES
if [ "$CONFIG_MODULES" = "y" ]; then if [ "$CONFIG_MODULES" = "y" ]; then
bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS bool 'Set version information on all module symbols' CONFIG_MODVERSIONS
bool 'Kernel module loader' CONFIG_KMOD bool 'Kernel module loader' CONFIG_KMOD
fi fi
endmenu endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment