Hi, Just for the record, I believe that the current location where the "select unmet dependency" warning is triggered, that is in sym_calc_value(), is a bad choice. It leads to a `silentoldconfig' to output the warning twice: % gmake silentoldconfig HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig warning: (OLPC && X86_32) selects OLPC_OPENFIRMWARE which has unmet direct dependencies (X86_32 && !X86_64 && !X86_PAE) warning: (OLPC && X86_32) selects OLPC_OPENFIRMWARE which has unmet direct dependencies (X86_32 && !X86_64 && !X86_PAE) and I somehow remember that it also causes junk to be displayed when mconf's UI is being displayed. I'll try to come back with a patch later on. - Arnaud -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html