Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/kconfig/
H A Dlkc.h139 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
H A Dparser.y144 $2->flags |= SYMBOL_OPTIONAL;
156 $2->flags |= SYMBOL_OPTIONAL;
277 current_entry->sym->flags |= SYMBOL_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()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dparser.y146 $2->flags |= SYMBOL_OPTIONAL;
158 $2->flags |= SYMBOL_OPTIONAL;
286 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dlkc.h161 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.c96 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()

Completed in 7 milliseconds