diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 1b36ef18c48d..52ea4df8e349 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -78,10 +78,7 @@ struct symbol { | |||
78 | 78 | ||
79 | #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER) | 79 | #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER) |
80 | 80 | ||
81 | #define SYMBOL_YES 0x0001 | 81 | #define SYMBOL_CONST 0x0001 |
82 | #define SYMBOL_MOD 0x0002 | ||
83 | #define SYMBOL_NO 0x0004 | ||
84 | #define SYMBOL_CONST 0x0007 | ||
85 | #define SYMBOL_CHECK 0x0008 | 82 | #define SYMBOL_CHECK 0x0008 |
86 | #define SYMBOL_CHOICE 0x0010 | 83 | #define SYMBOL_CHOICE 0x0010 |
87 | #define SYMBOL_CHOICEVAL 0x0020 | 84 | #define SYMBOL_CHOICEVAL 0x0020 |