commit | 3c8f317d4cf15e7a67457cfdd1e63182a34bcb69 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:00:59 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 22 00:25:34 2018 +0900 |
tree | 33010572a0d3dcf96be4c70e5d18b8e384451ada | |
parent | a01e5d242d932f67f2657ceb0d76be777cd05a04 [diff] |
kconfig: use distinct tokens for type and default properties This commit removes kconf_id::stype to prepare for the entire removal of kconf_id.c To simplify the lexer, I want keywords straight-mapped to tokens. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>