KCFG_CHAR
case KCFG_CHAR:
if (ext->kcfg.type != KCFG_INT && ext->kcfg.type != KCFG_CHAR &&
if (ext->kcfg.type != KCFG_INT && ext->kcfg.type != KCFG_CHAR) {
return KCFG_CHAR;
if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR)