Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.y145 sym->flags |= SYMBOL_OPTIONAL;
159 sym->flags |= SYMBOL_OPTIONAL;
295 current_entry->sym->flags |= SYMBOL_OPTIONAL;
Dlkc.h174 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
Dexpr.h95 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
Dzconf.tab.c1696 sym->flags |= SYMBOL_OPTIONAL;
1714 sym->flags |= SYMBOL_OPTIONAL;
1852 current_entry->sym->flags |= SYMBOL_OPTIONAL;
Dzconf.tab.c_shipped1696 sym->flags |= SYMBOL_OPTIONAL;
1714 sym->flags |= SYMBOL_OPTIONAL;
1852 current_entry->sym->flags |= SYMBOL_OPTIONAL;
Dgconf.c98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()