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)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 1 Feb 2020 18:07:26 +0000 (19:07 +0100)
commit64244d1d068fbfdc9f8e8679ac663622d4957304
treeade50ae2022e2836ed2f7818e609e7cf65a8fb7e
parentf81ba7bfcdea39cdb382bb5d1f818e795b242b8e
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/conf.c