]> www.infradead.org Git - users/dwmw2/linux.git/commit
kconfig: add sym_get_prompt_menu() helper function
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:18:01 +0000 (03:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commitbce590f1020742d81e9fbfe3b045538973111c11
tree23dcf54e53b2b41b78406f6639205ef8bb4ab959
parent929ce506d60ede917f241fb40e0bed6ab3e52999
kconfig: add sym_get_prompt_menu() helper function

Split out the code that retrieves the menu entry with a prompt, so it
can be reused in other functions.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/lkc_proto.h
scripts/kconfig/symbol.c