diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-04-27 11:16:38 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-02 13:14:16 +0200 |
commit | a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07 (patch) | |
tree | 83418f44b95cbd39d022333774d3fcba0ac30aba /arch/arm64/xen | |
parent | kbuild: Remove support for Clang's ThinLTO caching (diff) | |
download | linux-a7c79cf3e4eb3c869148c81d2a7dc684bc8eeb07.tar.xz 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/arm64/xen')
0 files changed, 0 insertions, 0 deletions