projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3b6e5
)
kconfig: qconf: parse newer types at debug info
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 30 Jun 2020 06:48:53 +0000
(08:48 +0200)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 1 Jul 2020 15:11:06 +0000
(
00:11
+0900)
There are 3 types that are not parsed by the debug info logic.
Add support for them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
patch
|
blob
|
history
diff --git
a/scripts/kconfig/qconf.cc
b/scripts/kconfig/qconf.cc
index fd721c6c4c9485f0c7701c8c2b882604c9a3d0ae..4a616128a15484c6f9359cdd9ba35901dfebb41a 100644
(file)
--- a/
scripts/kconfig/qconf.cc
+++ b/
scripts/kconfig/qconf.cc
@@
-1154,6
+1154,9
@@
QString ConfigInfoView::debug_info(struct symbol *sym)
case P_DEFAULT:
case P_SELECT:
case P_RANGE:
+ case P_COMMENT:
+ case P_IMPLY:
+ case P_SYMBOL:
debug += prop_get_type_name(prop->type);
debug += ": ";
expr_print(prop->expr, expr_print_help, &debug, E_NONE);