kconfig: use T_WORD instead of T_VARIABLE for variables
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:02 +0000 (20:01 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:14 +0000 (22:32 +0100)
commit800db6e4d8853227062024e8d842f962924d39a6
treee236179734759142c49efa88e9d62bf47d049258
parentf858fba161a6e11efff702c43a3106984bd7fa2e
kconfig: use T_WORD instead of T_VARIABLE for variables

There is no grammatical ambiguity by using T_WORD for variables.
The parser can distinguish variables from symbols from the context.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.l
config/zconf.y