diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-05 03:33:29 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-10 04:34:53 +0900 |
commit | fb8dd48214b0234ba03a808742f69690d9a9f500 (patch) | |
tree | 0d1c9f787f031a673e1d9209ac581497f48d1682 /sound | |
parent | 7bcf2e03b50256d13bcc1b08a43af9762bafbc0e (diff) | |
download | linux-fb8dd48214b0234ba03a808742f69690d9a9f500.tar.gz linux-fb8dd48214b0234ba03a808742f69690d9a9f500.tar.bz2 linux-fb8dd48214b0234ba03a808742f69690d9a9f500.zip |
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
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>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions