Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.y151 sym->flags |= SYMBOL_OPTIONAL;
165 sym->flags |= SYMBOL_OPTIONAL;
307 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dlkc.h174 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
H A Dexpr.h98 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped1545 sym->flags |= SYMBOL_OPTIONAL;
1565 sym->flags |= SYMBOL_OPTIONAL;
1727 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/support/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 Dzconf.tab.c_shipped1564 (yyvsp[-1].symbol)->flags |= SYMBOL_OPTIONAL;
1582 (yyvsp[-1].symbol)->flags |= SYMBOL_OPTIONAL;
1746 current_entry->sym->flags |= SYMBOL_OPTIONAL;
H A Dgconf.c98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()