kconfig: drop 'boolean' keyword
[carl9170fw.git] / config / symbol.c
index 55c95e0bb48a546c7fddd5fae42d9f7855ad840b..c9123ed2b791ad2de18450485f11ed15984cf448 100644 (file)
@@ -77,7 +77,7 @@ const char *sym_type_name(enum symbol_type type)
 {
        switch (type) {
        case S_BOOLEAN:
-               return "boolean";
+               return "bool";
        case S_TRISTATE:
                return "tristate";
        case S_INT: