commit | 16b0e10238b45251790ea1a2683855d4f8f3c1a3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Apr 11 04:45:33 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed Apr 14 15:22:49 2021 +0900 |
tree | 125195762060018ef367710c189f53914e37c4c7 | |
parent | 2ba50da9ec34196a895b4947dc6bb1dbf1ace670 [diff] |
kconfig: nconf: remove unneeded default for menu prompt The rootmenu always has a prompt even if the 'mainmenu' statement is missing in the top Kconfig file. conf_parse() calls menu_add_prompt(P_MENU, "Main menu", NULL) in this case. So, every 'menu' has a prompt. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>