Loading scripts/kconfig/qconf.cc +3 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
scripts/kconfig/qconf.cc +3 −0 Original line number Diff line number Diff line Loading @@ -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); Loading