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
arm_scmi
broadcom
efi
google
imx
meson
psci
smccc
tegra
xilinx
Kconfig -rw-r--r-- 11.3 KB
Makefile -rw-r--r-- 1.2 KB
arm_scpi.c -rw-r--r-- 25.9 KB
arm_sdei.c -rw-r--r-- 24.8 KB
dmi-id.c -rw-r--r-- 7.1 KB
dmi-sysfs.c -rw-r--r-- 16.9 KB
dmi_scan.c -rw-r--r-- 29.0 KB
edd.c -rw-r--r-- 19.5 KB
iscsi_ibft.c -rw-r--r-- 20.7 KB
iscsi_ibft_find.c -rw-r--r-- 2.4 KB
memmap.c -rw-r--r-- 11.6 KB
pcdp.c -rw-r--r-- 3.2 KB
pcdp.h -rw-r--r-- 2.5 KB
qcom_scm-legacy.c -rw-r--r-- 6.8 KB
qcom_scm-smc.c -rw-r--r-- 3.7 KB
qcom_scm.c -rw-r--r-- 31.5 KB
qcom_scm.h -rw-r--r-- 3.7 KB
qemu_fw_cfg.c -rw-r--r-- 25.2 KB
raspberrypi.c -rw-r--r-- 9.6 KB
scpi_pm_domain.c -rw-r--r-- 3.7 KB
stratix10-rsu.c -rw-r--r-- 16.2 KB
stratix10-svc.c -rw-r--r-- 31.0 KB
ti_sci.c -rw-r--r-- 99.8 KB
ti_sci.h -rw-r--r-- 53.4 KB
trusted_foundations.c -rw-r--r-- 4.0 KB
turris-mox-rwtm.c -rw-r--r-- 13.0 KB

back to top