Home | History | Annotate | Download | only in kconfig

Lines Matching refs:symbol

44 void menu_add_entry(struct symbol *sym)
109 struct symbol *sym = current_entry->sym;
155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)
173 zconf_error("trying to redefine defconfig symbol");
178 static int menu_range_valid_sym(struct symbol *sym, struct symbol *sym2)
184 void sym_check_prop(struct symbol *sym)
187 struct symbol *sym2;
194 "default for config symbol '%'"
195 " must be a single symbol", sym->name);
201 "config symbol '%s' uses select, but is "
205 "'select' used by config symbol '%s' "
206 "refer to undefined symbol '%s'",
231 struct symbol *sym;
273 struct symbol *es = prop_get_symbol(prop);
351 menu_warn(parent, "config symbol defined without type");
356 /* Check properties connected to this symbol */
371 struct symbol *sym;