diff options
Diffstat (limited to 'support/kconfig/expr.h')
-rw-r--r-- | support/kconfig/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/kconfig/expr.h b/support/kconfig/expr.h index cdd48600e0..df198a5f48 100644 --- a/support/kconfig/expr.h +++ b/support/kconfig/expr.h @@ -106,6 +106,9 @@ struct symbol { #define SYMBOL_DEF3 0x40000 /* symbol.def[S_DEF_3] is valid */ #define SYMBOL_DEF4 0x80000 /* symbol.def[S_DEF_4] is valid */ +/* choice values need to be set before calculating this symbol value */ +#define SYMBOL_NEED_SET_CHOICE_VALUES 0x100000 + #define SYMBOL_MAXLENGTH 256 #define SYMBOL_HASHSIZE 9973 |