Hi all, I found the following inconsistency in the Kconfig dependencies for ARCH_OMAP1 during my research, and as I don't know the exact requirements for the OMAP configuration (and how the dependencies could be restructured to get rid of the warning), I figured you might be able to help me out. When selecting ARCH_OMAP1 as the system type, Kconfig issues a warning: "warning: (ARCH_OMAP1) selects ARCH_OMAP which has unmet direct dependencies (ARCH_MULTI_V6 || ARCH_MULTI_V7)" When I investigated this further, I found the reason to be as follows: - ARCH_OMAP1 selects ARCH_OMAP - ARCH_OMAP depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 - ARCH_MULTI_V{6,7} depend on ARCH_MULTIPLATFORM - ARCH_MULTIPLATFORM is in the same choice (System Type -> ARM system type) as ARCH_OMAP1, and thus the two can never be enabled at the same time. Might there be an easy way to resolve this inconsistency by restructuring the Kconfig dependencies? Regards, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html