commit | 609fc4099b3482ba774712376d56316c561432ff | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Jun 18 19:35:28 2024 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue Jul 16 01:08:37 2024 +0900 |
tree | 9aa8bd53fea6e5d0f9a0aacdae688d31523aebed | |
parent | d8f8bbcf4b94fefbf9e2f0d3a67b7190507afc48 [diff] |
kconfig: use sym_get_choice_menu() in sym_check_choice_deps() Choices and their members are associated via the P_CHOICE property. Currently, prop_get_symbol(sym_get_choice_prop()) is used to obtain the choice of the given choice member. Replace it with sym_get_choice_menu(), which retrieves the choice without relying on P_CHOICE. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>