Hi commit 432dc821c90114f9b0e00f6752a700e937516ade Author: H Hartley Sweeten <hartleys@xxxxxxxxxxxxxxxxxxx> Date: Thu Aug 19 18:18:21 2010 -0700 mtd: cleanup Kconfig dependencies breaks machines by undefining macros like CONFIG_MTD_MAP_BANK_WIDTH_*. Previously the Kconfig entries like config MTD_MAP_BANK_WIDTH_1 bool "Support 8-bit buswidth" if MTD_CFI_GEOMETRY default y meant, that if MTD_CFI_GEOMETRY is not selected, this config entry is not _displayed_, and default selections are used. Now, with that "if" removed and all these Kconfig entries put under a common if MTD_CFI_GEOMETRY none of these options get selected by default. Please, revert or otherwise fix this part. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html