Home
last modified time | relevance | path

Searched refs:SYMBOL_OPTIONAL (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y171 $2->flags |= SYMBOL_OPTIONAL;
183 $2->flags |= SYMBOL_OPTIONAL;
327 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dlkc.h176 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
H A Dexpr.h141 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()
/openbmc/linux/scripts/kconfig/
H A Dparser.y144 $2->flags |= SYMBOL_OPTIONAL;
156 $2->flags |= SYMBOL_OPTIONAL;
277 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dlkc.h139 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
H A Dexpr.h141 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dgconf.c92 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()