kconfig: use distinct tokens for type and default properties
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:00:59 +0000 (20:00 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:11 +0000 (22:32 +0100)
commit89d9fc0b2c28b1699ebfaeacde69aad688a2893a
tree077bec95222778b900375e98496ed57a2717bdaf
parentee1f23e82cf73c1d2e15421793fb7ec3e38161b2
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/kconf_id.c
config/lkc.h
config/zconf.y