• Masahiro Yamada's avatar
    kconfig: remove SYMBOL_NO_WRITE flag · a7c79cf3
    Masahiro Yamada authored
    This flag is set to symbols that are not intended to be written
    to the .config file.
    
    Since commit b75b0a81 ("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: default avatarMasahiro Yamada <masahiroy@kernel.org>
    a7c79cf3
confdata.c 23.3 KB