From: Michael Olbrich Date: Thu, 11 Nov 2010 06:01:25 +0100 Subject: [PATCH] Revert "kconfig: make comments stand out in menuconfig" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kconfig: make comments stand out in menuconfig Matěj Laitl noticed that there was no way to distingush between comments and un-selectable menu lines. This patch marks comments with *** comment *** Cc: Matěj Laitl Signed-off-by: Sam Ravnborg This reverts commit 48874077ddd6c0c444758059af2cf77c10204ece Signed-off-by: Marc Kleine-Budde Signed-off-by: Michael Olbrich --- scripts/kconfig/mconf.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 315ce2c7cb9d..26a330881282 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -505,14 +505,6 @@ static void build_conf(struct menu *menu) if (single_menu_mode && menu->data) goto conf_childs; return; - case P_COMMENT: - if (prompt) { - child_count++; - item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); - item_set_tag(':'); - item_set_data(menu); - } - break; default: if (prompt) { child_count++;