Searched refs:SYMBOL_OPTIONAL (Results 1 - 4 of 4) sorted by relevance

/scripts/kconfig/
H A Dlkc.h184 return sym->flags & SYMBOL_OPTIONAL ? true : false;
H A Dzconf.y150 sym->flags |= SYMBOL_OPTIONAL;
164 sym->flags |= SYMBOL_OPTIONAL;
300 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dexpr.h93 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL)

Completed in 109 milliseconds