Masahiro Yamada a7c79cf3e4 kconfig: remove SYMBOL_NO_WRITE flag
This flag is set to symbols that are not intended to be written
to the .config file.

Since commit b75b0a819af9 ("kconfig: change defconfig_list option to
environment variable"), SYMBOL_NO_WRITE is only set to choices.

Therefore, (sym->flags & SYMBOL_NO_WRITE) is equivalent to
sym_is_choice(sym). This flag is no longer necessary.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2024-05-02 20:14:16 +09:00
..
2023-12-28 16:22:47 +09:00
2024-05-02 20:14:16 +09:00
2024-05-02 20:14:16 +09:00
2020-08-14 13:30:03 +09:00
2020-08-14 13:30:03 +09:00
2024-03-31 21:09:50 +09:00
2024-05-02 20:14:16 +09:00
2020-09-25 00:37:13 +09:00
2024-05-02 20:14:16 +09:00