]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit314e0f78acbe56349fa3d7482625ad5dc5171880
treec8c0e120b18673bbd4e9055778a4f4446af1ec45
parent5e594cbf73003d0ae6570c4b7ec6c43bea18dc76
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE

CONFIG_CC_OPTIMIZE_FOR_SIZE was originally an independent boolean
option, but commit 809f93f49847 ("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