kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
authorDirk Gouders <dirk@gouders.net>
Tue, 3 Jul 2018 12:43:31 +0000 (14:43 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:14:30 +0000 (22:14 +0100)
commit7f0e8ccbc37c5853e8c9ac3256ddb789b77c92c8
treec274ec6f790bf5de771159fa6b295ee20a25dbd3
parentc38004b50bcc9378ad1981165dc8dfbb3445c0a9
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/confdata.c
config/expr.h
config/menu.c
config/symbol.c
config/zconf.y