Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y150 sym->flags |= SYMBOL_OPTIONAL;
164 sym->flags |= SYMBOL_OPTIONAL;
300 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dzconf.tab.c1671 sym->flags |= SYMBOL_OPTIONAL;
1689 sym->flags |= SYMBOL_OPTIONAL;
1827 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dlkc.h184 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
H A Dexpr.h93 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dzconf.tab.c_shipped1671 sym->flags |= SYMBOL_OPTIONAL;
1689 sym->flags |= SYMBOL_OPTIONAL;
1827 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()