提交 137c0118 编写于 作者: M Masahiro Yamada

kconfig: make default prompt of mainmenu less specific

If "mainmenu" is not specified, "Linux Kernel Configuration" is used
as a default prompt.

Given that Kconfig is used in other projects than Linux, let's use
a more generic prompt, "Main menu".
Suggested-by: NSam Ravnborg <sam@ravnborg.org>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 5b31a974
#
# Automatically generated file; DO NOT EDIT.
# Linux Kernel Configuration
# Main menu
#
# CONFIG_A is not set
......@@ -532,7 +532,7 @@ void conf_parse(const char *name)
if (!menu_has_prompt(&rootmenu)) {
current_entry = &rootmenu;
menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
menu_add_prompt(P_MENU, "Main menu", NULL);
}
menu_finalize(&rootmenu);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册