original_kernel/scripts/kconfig
Masahiro Yamada 6ffe4fdf89 kconfig: use sym_get_choice_menu() in sym_check_prop()
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>
2024-05-16 03:18:41 +09:00
..
lxdialog kconfig: lxdialog: remove initialization with A_NORMAL 2024-05-14 23:36:19 +09:00
tests
.gitignore
Makefile
array_size.h
conf.c kconfig: turn conf_choice() into void function 2024-05-10 04:34:53 +09:00
confdata.c kconfig: use sym_get_choice_menu() in conf_write_defconfig() 2024-05-10 04:34:53 +09:00
expr.c
expr.h
gconf-cfg.sh
gconf.c kconfig: gconf: show checkbox for choice correctly 2024-05-14 23:36:19 +09:00
gconf.glade
hashtable.h
images.c
images.h
internal.h
lexer.l
list.h
list_types.h
lkc.h
lkc_proto.h kconfig: add sym_get_choice_menu() helper 2024-05-10 04:34:53 +09:00
mconf-cfg.sh
mconf.c kconfig: m/nconf: merge two item_add_str() calls 2024-05-14 23:36:19 +09:00
menu.c kconfig: use sym_get_choice_menu() in sym_check_prop() 2024-05-16 03:18:41 +09:00
merge_config.sh
mnconf-common.c
mnconf-common.h
nconf-cfg.sh
nconf.c kconfig: m/nconf: merge two item_add_str() calls 2024-05-14 23:36:19 +09:00
nconf.gui.c
nconf.h
parser.y kconfig: turn defaults and additional prompt for choice members into error 2024-05-10 04:34:53 +09:00
preprocess.c
preprocess.h
qconf-cfg.sh
qconf.cc
qconf.h
streamline_config.pl
symbol.c kconfig: use menu_list_for_each_sym() in sym_check_choice_deps() 2024-05-10 04:34:53 +09:00
util.c