On Tuesday, October 26, 2010 11:52 PM, Guennadi Liakhovetski wrote: > > 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 Yah, I overlooked that part. > > if MTD_CFI_GEOMETRY > > none of these options get selected by default. Please, revert or otherwise > fix this part. I believe David Woodhouse has already reverted the commit. Sorry for the trouble, Hartley-- 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