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-- 2.6 KB
Makefile -rw-r--r-- 398 bytes
cf-fsi-fw.h -rw-r--r-- 4.7 KB
fsi-core.c -rw-r--r-- 31.9 KB
fsi-master-aspeed.c -rw-r--r-- 12.8 KB
fsi-master-ast-cf.c -rw-r--r-- 37.0 KB
fsi-master-gpio.c -rw-r--r-- 20.8 KB
fsi-master-hub.c -rw-r--r-- 7.3 KB
fsi-master.h -rw-r--r-- 5.8 KB
fsi-occ.c -rw-r--r-- 13.3 KB
fsi-sbefifo.c -rw-r--r-- 26.5 KB
fsi-scom.c -rw-r--r-- 15.5 KB

back to top