kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
authorDirk Gouders <dirk@gouders.net>
Tue, 3 Jul 2018 12:43:31 +0000 (14:43 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Jul 2018 16:18:09 +0000 (01:18 +0900)
commit693359f7ac9012778590a370d076b13db704255e
tree31e2791c6e131a20ce6cad464c142d6fcccdb82c
parent4ab3b80159d4db63b902ef635d4b5e882911b2da
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE

Over time, the use of the flag SYMBOL_AUTO changed from initially
marking three automatically generated symbols ARCH, KERNELRELEASE and
UNAME_RELEASE to today's effect of protecting symbols from being
written out.

Currently, only symbols of type CHOICE and those with option
defconf_list set have that flag set.

Reflect that change in semantics in the flag's name.

Signed-off-by: Dirk Gouders <dirk@gouders.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/confdata.c
scripts/kconfig/expr.h
scripts/kconfig/gconf.c
scripts/kconfig/menu.c
scripts/kconfig/symbol.c
scripts/kconfig/zconf.y