kconfig: refactor scanning and parsing "option" properties
[carl9170fw.git] / config / zconf.l
index a6caf06a6506d21648384e872c7adcd99af28b0c..81c1f40cdee6262a04e6f2e7bbd7301f23cede15 100644 (file)
@@ -140,6 +140,9 @@ n   [A-Za-z0-9_-]
 }
 
 <PARAM>{
+       "modules"               return T_MODULES;
+       "defconfig_list"        return T_DEFCONFIG_LIST;
+       "allnoconfig_y"         return T_ALLNOCONFIG_Y;
        "&&"    return T_AND;
        "||"    return T_OR;
        "("     return T_OPEN_PAREN;