diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-04-27 18:16:38 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-02 20:14:16 +0900 |
commit | a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07 (patch) | |
tree | 83418f44b95cbd39d022333774d3fcba0ac30aba /arch/sh | |
parent | aba091547ef6159d52471f42a3ef531b7b660ed8 (diff) | |
download | linux-a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07.tar.gz linux-a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07.tar.bz2 linux-a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07.zip |
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>
Diffstat (limited to 'arch/sh')
0 files changed, 0 insertions, 0 deletions