diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
| -rw-r--r-- | scripts/kconfig/expr.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index fe2231e0e6a4..5f900d18dae0 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -145,6 +145,7 @@ struct symbol {  #define SYMBOL_CONST      0x0001  /* symbol is const */  #define SYMBOL_CHECK      0x0008  /* used during dependency checking */  #define SYMBOL_VALID      0x0080  /* set when symbol.curr is calculated */ +#define SYMBOL_TRANS      0x0100  /* symbol is transitional only (not visible)*/  #define SYMBOL_WRITE      0x0200  /* write symbol to file (KCONFIG_CONFIG) */  #define SYMBOL_WRITTEN    0x0800  /* track info to avoid double-write to .config */  #define SYMBOL_CHECKED    0x2000  /* used during dependency checking */ | 
