]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: qconf: revive help message in the info view
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 14 Sep 2020 14:59:48 +0000 (23:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 20 Sep 2020 03:58:54 +0000 (12:58 +0900)
commitbd6dedd3c5ab682da1ab52d5c1bf92a073e88428
treef250fb2aa038ed5bf0fe12f044fa5541230cdeff
parentd855a61e42271986357c562cf1cc13429b0c46ea
kconfig: qconf: revive help message in the info view

Since commit e06bcbb8aa3e ("kconfig: qconf: remove redundant help in
the info view"), the help message is no longer displayed.

I intended to drop duplicated "Symbol:", "Type:", but precious info
about help and reverse dependencies was lost too.

Revive it now.

"defined at" is contained in menu_get_ext_help(), so I made sure
to not display it twice.

Fixes: e06bcbb8aa3e ("kconfig: qconf: remove redundant help in the info view")
Reported-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc