diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 043859d426d7..998cf4f656b8 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -92,10 +92,14 @@ struct symbol { | |||
92 | #define SYMBOL_OPTIONAL 0x0100 | 92 | #define SYMBOL_OPTIONAL 0x0100 |
93 | #define SYMBOL_WRITE 0x0200 | 93 | #define SYMBOL_WRITE 0x0200 |
94 | #define SYMBOL_CHANGED 0x0400 | 94 | #define SYMBOL_CHANGED 0x0400 |
95 | #define SYMBOL_NEW 0x0800 | ||
96 | #define SYMBOL_AUTO 0x1000 | 95 | #define SYMBOL_AUTO 0x1000 |
97 | #define SYMBOL_CHECKED 0x2000 | 96 | #define SYMBOL_CHECKED 0x2000 |
98 | #define SYMBOL_WARNED 0x8000 | 97 | #define SYMBOL_WARNED 0x8000 |
98 | #define SYMBOL_DEF 0x10000 | ||
99 | #define SYMBOL_DEF_USER 0x10000 | ||
100 | #define SYMBOL_DEF2 0x20000 | ||
101 | #define SYMBOL_DEF3 0x40000 | ||
102 | #define SYMBOL_DEF4 0x80000 | ||
99 | 103 | ||
100 | #define SYMBOL_MAXLENGTH 256 | 104 | #define SYMBOL_MAXLENGTH 256 |
101 | #define SYMBOL_HASHSIZE 257 | 105 | #define SYMBOL_HASHSIZE 257 |