kconfig / kbuild: Re-sync with Linux 4.19
[oweals/u-boot.git] / scripts / kconfig / qconf.cc
index ad9c22dd04f5cdbc982bae081d1b938a54d7e5b0..0c3fa9405684e46957132e2af3db5e2b302deb7f 100644 (file)
@@ -1149,7 +1149,6 @@ QString ConfigInfoView::debug_info(struct symbol *sym)
                case P_DEFAULT:
                case P_SELECT:
                case P_RANGE:
-               case P_ENV:
                        debug += prop_get_type_name(prop->type);
                        debug += ": ";
                        expr_print(prop->expr, expr_print_help, &debug, E_NONE);