]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners (5_16)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:49:28 +0000 (23:49 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:49:28 +0000 (23:49 -0700)
1/3 definitions of CONFIG_MODVERSIONS have trivially different banners.

arch/parisc/config.in

index 9605ddff2108d9e03c795f5a4fbeea0a4918a25a..bdebbf28a828f4f7d825a3f2fb83176fae7677bd 100644 (file)
@@ -49,7 +49,7 @@ 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 'Set version information on all module symbols' CONFIG_MODVERSIONS
   bool 'Kernel module loader' CONFIG_KMOD
 fi
 endmenu