Re: menuconfig displays dependencies [Was: select FW_LOADER ->depends HOTPLUG]

From: Roman Zippel
Date: Sun Aug 15 2004 - 12:29:27 EST


Hi,

On Sat, 14 Aug 2004, Sam Ravnborg wrote:

> +void expr_get_dep_txt(struct expr *e, char *t)

What's wrong with expr_print()?

> + if (menu->sym && menu->sym->dep)
> + expr_get_dep_txt(menu->sym->dep, t);

The dep field of the symbol isn't used currently (it's left from the
converter).
Did you already look at the similiar code in qconf.cc?

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/