From: Masahiro Yamada Date: Tue, 11 Dec 2018 11:01:00 +0000 (+0900) Subject: kconfig: refactor scanning and parsing "option" properties X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=7df515c55fa329c32734a5f93d251170a33f07f5;hp=7df515c55fa329c32734a5f93d251170a33f07f5;p=carl9170fw.git 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 Signed-off-by: Christian Lamparter ---