commit 432dc821 breaks machines

H Hartley Sweeten hartleys at visionengravers.com
Wed Oct 27 12:18:50 EDT 2010


On Tuesday, October 26, 2010 11:52 PM, Guennadi Liakhovetski wrote:
>
> Hi
>
> commit 432dc821c90114f9b0e00f6752a700e937516ade
> Author: H Hartley Sweeten <hartleys at visionengravers.com>
> 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


More information about the linux-mtd mailing list