Force coreboot mconf to create temp files in the output directory
[coreboot.git] / util / kconfig / mconf.c
index 72d3f689774967eeddff1520368a7b0205b5f119..692c0e954d4421200940a3c4c0571952f2946e07 100644 (file)
@@ -506,11 +506,14 @@ static void build_conf(struct menu *menu)
                        if (def_menu) {
                                item_add_str(" (%s)", _(menu_get_prompt(def_menu)));
                                item_add_str("  --->");
+#if 0
+/* coreboot doesn't need this representation */
                                if (def_menu->list) {
                                        indent += 2;
                                        build_conf(def_menu);
                                        indent -= 2;
                                }
+#endif
                        }
                        return;
                }