kconfig: refactor end token rules
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:06 +0000 (20:01 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:17 +0000 (22:32 +0100)
commitafd887d6475ed5fb189525142b70797f80264474
tree3754141e4a003fac9924021be60aefe5b781413c
parent342b243d70ea8bd00733d288f08fa89cf44a2773
kconfig: refactor end token rules

T_ENDMENU, T_ENDCHOICE, T_ENDIF are the last users of kconf_id
associated with yylval. Refactor them to not use it.

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