I see some builds that have this kconfig warning: warning: (IA32_EMULATION) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF) so I was trying to fix it. We have: IA32_EMULATION selects COMPAT_BINFMT_ELF COMPAT_BINFMT_ELF depends on COMPAT && BINFMT_ELF COMPAT depends on IA32_EMULATION Is this not circular? or is it just almost circular? or am I just confuzed? Suggestions? thanks, --- ~Randy -- 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