Revision a46afd11414758233f23798cc5be51e554d04efe authored by Masahiro Yamada on 14 September 2020, 14:59:48 UTC, committed by Masahiro Yamada on 20 September 2020, 03:58:54 UTC
Since commit 68fd110b3e7e ("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: 68fd110b3e7e ("kconfig: qconf: remove redundant help in the info view")
Reported-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 19b835a
History
File Mode Size
Kconfig -rw-r--r-- 907 bytes
Makefile -rw-r--r-- 364 bytes
bpmp-debugfs.c -rw-r--r-- 15.5 KB
bpmp-private.h -rw-r--r-- 1.1 KB
bpmp-tegra186.c -rw-r--r-- 7.2 KB
bpmp-tegra210.c -rw-r--r-- 6.0 KB
bpmp.c -rw-r--r-- 19.1 KB
ivc.c -rw-r--r-- 17.9 KB

back to top