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-- 674 bytes
Makefile -rw-r--r-- 334 bytes
cap.c -rw-r--r-- 4.2 KB
ctl.c -rw-r--r-- 25.1 KB
ctl.h -rw-r--r-- 4.6 KB
dma_port.c -rw-r--r-- 12.1 KB
dma_port.h -rw-r--r-- 937 bytes
domain.c -rw-r--r-- 18.8 KB
eeprom.c -rw-r--r-- 13.0 KB
icm.c -rw-r--r-- 57.4 KB
lc.c -rw-r--r-- 8.4 KB
nhi.c -rw-r--r-- 31.9 KB
nhi.h -rw-r--r-- 2.7 KB
nhi_ops.c -rw-r--r-- 4.1 KB
nhi_regs.h -rw-r--r-- 4.5 KB
nvm.c -rw-r--r-- 3.9 KB
path.c -rw-r--r-- 14.8 KB
property.c -rw-r--r-- 16.8 KB
quirks.c -rw-r--r-- 877 bytes
retimer.c -rw-r--r-- 10.4 KB
sb_regs.h -rw-r--r-- 1.0 KB
switch.c -rw-r--r-- 64.3 KB
tb.c -rw-r--r-- 31.6 KB
tb.h -rw-r--r-- 31.4 KB
tb_msgs.h -rw-r--r-- 10.9 KB
tb_regs.h -rw-r--r-- 11.9 KB
test.c -rw-r--r-- 47.5 KB
tmu.c -rw-r--r-- 8.4 KB
tunnel.c -rw-r--r-- 36.0 KB
tunnel.h -rw-r--r-- 3.9 KB
usb4.c -rw-r--r-- 38.4 KB
xdomain.c -rw-r--r-- 43.5 KB

back to top