commit | ce2164ab58316e27180034112f97608a764f5b37 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:01:00 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 22 00:25:52 2018 +0900 |
tree | 80f0ee899851907326026719a912e3a3d664b7dd | |
parent | 3c8f317d4cf15e7a67457cfdd1e63182a34bcb69 [diff] |
kconfig: refactor scanning and parsing "option" properties For the keywords "modules", "defconfig_list", and "allnoconfig_y", the lexer should pass specific tokens instead of generic T_WORD. This simplifies both the lexer and the parser. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>