Skip to content
Commit 024352ff authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()



menu_add_prompt() is the only function that calls menu_add_prop() with
non-NULL prompt.

So, the code inside the if-conditional block of menu_add_prop() can be
moved to menu_add_prompt().

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1be6e791
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment