Home | History | Annotate | Download | only in kconfig

Lines Matching defs:sym2

792 	struct symbol *sym2;
803 sym2 = sym_check_expr_deps(sym->rev_dep.expr);
804 if (sym2)
810 sym2 = sym_check_expr_deps(prop->visible.expr);
811 if (sym2)
815 sym2 = sym_check_expr_deps(prop->expr);
816 if (sym2)
820 if (sym2) {
822 if (sym2 == sym) {
824 sym2 = NULL;
828 return sym2;