2010-08-17 21:20:03 +00:00
|
|
|
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
|
2010-08-19 21:05:06 +00:00
|
|
|
index 5b7c86e..7ef429c 100644
|
2010-08-17 21:20:03 +00:00
|
|
|
--- a/scripts/kconfig/conf.c
|
|
|
|
+++ b/scripts/kconfig/conf.c
|
2010-08-19 21:05:06 +00:00
|
|
|
@@ -427,7 +427,7 @@ static void check_conf(struct menu *menu)
|
|
|
|
if (sym->name && !sym_is_choice_value(sym)) {
|
2010-08-17 21:20:03 +00:00
|
|
|
printf("CONFIG_%s\n", sym->name);
|
|
|
|
}
|
2010-08-19 21:05:06 +00:00
|
|
|
- } else {
|
|
|
|
+ } else if (input_mode != oldnoconfig) {
|
|
|
|
if (!conf_cnt++)
|
|
|
|
printf(_("*\n* Restart config...\n*\n"));
|
|
|
|
rootEntry = menu_get_parent_menu(menu);
|