kconfig: drop 'boolean' keyword
[carl9170fw.git] / config / zconf.y
index dae149812cbc44c552a556a9ea760d4f57d0231a..f2b97443142dbc734efacd913a274a89f1167f16 100644 (file)
@@ -640,7 +640,7 @@ static void print_symbol(FILE *out, struct menu *menu)
                fprintf(out, "\nconfig %s\n", sym->name);
        switch (sym->type) {
        case S_BOOLEAN:
-               fputs("  boolean\n", out);
+               fputs("  bool\n", out);
                break;
        case S_TRISTATE:
                fputs("  tristate\n", out);