]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 20 Aug 2019 17:09:39 +0000 (02:09 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 28 Aug 2019 16:39:35 +0000 (01:39 +0900)
CONFIG_CC_OPTIMIZE_FOR_SIZE was originally an independent boolean
option, but commit 877417e6ffb9 ("Kbuild: change CC_OPTIMIZE_FOR_SIZE
definition") turned it into a choice between _PERFORMANCE and _SIZE.

The phrase "If unsure, say N." sounds like an independent option.
Reword the help text to make it appropriate for the choice menu.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
init/Kconfig

index bf971b5c707de0eeb12bfa00abf234079dedfbac..149efd82447ff1d9d6a5f14cb9a22b1eebebe49d 100644 (file)
@@ -1219,10 +1219,8 @@ config CC_OPTIMIZE_FOR_SIZE
        bool "Optimize for size"
        imply CC_DISABLE_WARN_MAYBE_UNINITIALIZED  # avoid false positives
        help
-         Enabling this option will pass "-Os" instead of "-O2" to
-         your compiler resulting in a smaller kernel.
-
-         If unsure, say N.
+         Choosing this option will pass "-Os" to your compiler resulting
+         in a smaller kernel.
 
 endchoice