Skip to content

Commit 8f8499a

Browse files
mchehabmasahir0y
authored andcommitted
kconfig: qconf: parse newer types at debug info
There are 3 types that are not parsed by the debug info logic. Add support for them. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 8a3b6e5 commit 8f8499a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/kconfig/qconf.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,9 @@ QString ConfigInfoView::debug_info(struct symbol *sym)
11541154
case P_DEFAULT:
11551155
case P_SELECT:
11561156
case P_RANGE:
1157+
case P_COMMENT:
1158+
case P_IMPLY:
1159+
case P_SYMBOL:
11571160
debug += prop_get_type_name(prop->type);
11581161
debug += ": ";
11591162
expr_print(prop->expr, expr_print_help, &debug, E_NONE);

0 commit comments

Comments
 (0)