diff options
| author | Masahiro Yamada <[email protected]> | 2024-06-18 10:35:28 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2024-07-15 16:08:37 +0000 |
| commit | 609fc4099b3482ba774712376d56316c561432ff (patch) | |
| tree | 9aa8bd53fea6e5d0f9a0aacdae688d31523aebed /scripts/kconfig/expr.c | |
| parent | kconfig: use sym_get_choice_menu() in sym_check_print_recursive() (diff) | |
| download | kernel-609fc4099b3482ba774712376d56316c561432ff.tar.gz kernel-609fc4099b3482ba774712376d56316c561432ff.zip | |
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 <[email protected]>
Diffstat (limited to 'scripts/kconfig/expr.c')
0 files changed, 0 insertions, 0 deletions
