diff options
-rw-r--r-- | scripts/kconfig/mconf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index bc5854ed6055..2ee12a744641 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -481,6 +481,14 @@ static void build_conf(struct menu *menu) | |||
481 | if (single_menu_mode && menu->data) | 481 | if (single_menu_mode && menu->data) |
482 | goto conf_childs; | 482 | goto conf_childs; |
483 | return; | 483 | return; |
484 | case P_COMMENT: | ||
485 | if (prompt) { | ||
486 | child_count++; | ||
487 | item_make(" %*c*** %s ***", indent + 1, ' ', prompt); | ||
488 | item_set_tag(':'); | ||
489 | item_set_data(menu); | ||
490 | } | ||
491 | break; | ||
484 | default: | 492 | default: |
485 | if (prompt) { | 493 | if (prompt) { |
486 | child_count++; | 494 | child_count++; |