kconfig: move conf_set_all_new_symbols() to conf.c
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 13 Mar 2021 19:48:30 +0000 (04:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 14 Apr 2021 06:20:14 +0000 (15:20 +0900)
commit98f8475c78697f6c1155f93d3a346d9027deb5aa
tree4503f6e27ff92314ea4d604cf602e94b2f68bc56
parent15e68d09458f1b417f3129674b89ff91a1070f15
kconfig: move conf_set_all_new_symbols() to conf.c

This function is only used in conf.c. Move it there together with the
randomize_choice_values() helper.

Define 'enum conf_def_mode' locally in conf.c as well.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/conf.c
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h