Home | History | Annotate | Download | only in kconfig

Lines Matching refs:sym2

178 static int menu_range_valid_sym(struct symbol *sym, struct symbol *sym2)
180 return sym2->type == S_INT || sym2->type == S_HEX ||
181 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
187 struct symbol *sym2;
198 sym2 = prop_get_symbol(prop);
203 else if (sym2->type == S_UNKNOWN)
207 sym->name, sym2->name);
208 else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
212 "tristate type", sym2->name);