Home
last modified time | relevance | path

Searched refs:SYMBOL_WRITTEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dexpr.h144 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro
H A Dconfdata.c968 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write()
976 sym->flags |= SYMBOL_WRITTEN; in conf_write()
1004 sym->flags &= ~SYMBOL_WRITTEN; in conf_write()