kconfig: Add option to get the full help text with listnewconfig
authorLaura Abbott <labbott@redhat.com>
Mon, 4 Nov 2019 22:10:08 +0000 (17:10 -0500)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commit5d8b42aa7ccbfa09c361b3a5289c1a7e380847ff
tree1f2a1f03b1e2c9c744f4b96c45e12f1e5590ab07
parentaf7db99a1caf29b05a81bfee596b9d2778eb7e39
kconfig: Add option to get the full help text with listnewconfig

make listnewconfig will list the individual options that need to be set.
This is useful but there's no easy way to get the help text associated
with the options at the same time. Introduce a new targe
'make helpnewconfig' which lists the full help text of all the
new options as well. This makes it easier to automatically generate
changes that are easy for humans to review. This command also adds
markers between each option for easier parsing.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile
scripts/kconfig/conf.c