aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/confdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r--scripts/kconfig/confdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index e43c92edc..ec107bf92 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -437,7 +437,7 @@ int conf_write(const char *name)
437 " */\n", str); 437 " */\n", str);
438 } else if (!(sym->flags & SYMBOL_CHOICE)) { 438 } else if (!(sym->flags & SYMBOL_CHOICE)) {
439 sym_calc_value(sym); 439 sym_calc_value(sym);
440/* bbox: we want to all syms 440/* bbox: we want to see all syms
441 if (!(sym->flags & SYMBOL_WRITE)) 441 if (!(sym->flags & SYMBOL_WRITE))
442 goto next; 442 goto next;
443*/ 443*/