Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.h101 #define SYMBOL_AUTO 0x1000 /* value from environment variable */ macro
H A Dsymbol.c59 sym->flags |= SYMBOL_AUTO; in sym_init()
483 if (sym->flags & SYMBOL_AUTO) in sym_calc_value()
1394 sym->flags |= SYMBOL_AUTO; in prop_add_env()
H A Dconfdata.c421 if (sym_is_choice(sym) || (sym->flags & SYMBOL_AUTO)) in conf_read()
858 if ((sym->flags & SYMBOL_AUTO) || !sym->name) in conf_split_config()
H A Dzconf.y257 sym->flags |= SYMBOL_AUTO;
H A Dgconf.c104 if (val & SYMBOL_AUTO) in dbg_sym_flags()
H A Dzconf.tab.c_shipped1674 sym->flags |= SYMBOL_AUTO;