commit | 171a515d080327b861d5e5fc9bbfa77f10cfddd7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:01:02 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 22 00:25:53 2018 +0900 |
tree | 1d4ff1b5728d7aa35dde44073a38699d949648ef | |
parent | c3d228713b10e6dd1bd44853168cec8e23ae7e0f [diff] |
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>