summaryrefslogtreecommitdiff
path: root/util/kconfig/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig/conf.c')
-rw-r--r--util/kconfig/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/conf.c b/util/kconfig/conf.c
index e68da2d44f..fd330111e8 100644
--- a/util/kconfig/conf.c
+++ b/util/kconfig/conf.c
@@ -553,7 +553,7 @@ static int conf_choice(struct menu *menu)
print_help(child);
continue;
}
- sym_set_choice_value(sym, child->sym);
+ sym_set_tristate_value(child->sym, yes);
for (child = child->list; child; child = child->next) {
indent += 2;
conf(child);