kconfig: highlight gconfig 'comment' lines with '***'
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 18 Apr 2021 05:51:22 +0000 (22:51 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 19 Apr 2021 05:57:16 +0000 (14:57 +0900)
commit5fb35ec10bb0665080c8de8a360fb4dba9a0f73f
treeaa5d902ef062411e6f748ad150d90c402faf9f0d
parented63ef7796979835d7cfb4dc2d108b6eeeb2b7c2
kconfig: highlight gconfig 'comment' lines with '***'

Mark Kconfig "comment" lines with "*** <commentstring> ***"
so that it is clear that these lines are comments and not some
kconfig item that cannot be modified.

This is helpful in some menus to be able to provide a menu
"sub-heading" for groups of similar config items.

This also makes the comments be presented in a way that is
similar to menuconfig and nconfig.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c