diff options
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 8fb90413a..d38bbba93 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -428,8 +428,10 @@ int conf_write(const char *name) | |||
428 | " */\n", str); | 428 | " */\n", str); |
429 | } else if (!(sym->flags & SYMBOL_CHOICE)) { | 429 | } else if (!(sym->flags & SYMBOL_CHOICE)) { |
430 | sym_calc_value(sym); | 430 | sym_calc_value(sym); |
431 | /* bbox: we want to all syms | ||
431 | if (!(sym->flags & SYMBOL_WRITE)) | 432 | if (!(sym->flags & SYMBOL_WRITE)) |
432 | goto next; | 433 | goto next; |
434 | */ | ||
433 | sym->flags &= ~SYMBOL_WRITE; | 435 | sym->flags &= ~SYMBOL_WRITE; |
434 | type = sym->type; | 436 | type = sym->type; |
435 | if (type == S_TRISTATE) { | 437 | if (type == S_TRISTATE) { |