Searched hist:"5 d8b42aa7ccbfa09c361b3a5289c1a7e380847ff" (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | conf.c | diff 5d8b42aa7ccbfa09c361b3a5289c1a7e380847ff Mon Nov 04 23:10:08 CET 2019 Laura Abbott <labbott@redhat.com> 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>
|
H A D | Makefile | diff 5d8b42aa7ccbfa09c361b3a5289c1a7e380847ff Mon Nov 04 23:10:08 CET 2019 Laura Abbott <labbott@redhat.com> 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>
|