>On Fri, Oct 12, 2007 at 11:44:08PM +0200, Jan Engelhardt wrote:
>>
>> Allow config variables in .config to override earlier ones in the same
>> file. In other words,
>>
>> # CONFIG_SECURITY is not defined
>> CONFIG_SECURITY=y
>>
>> will activate it. This makes it a bit easier to do
>>
>> (cat original-config myconfig myconfig2 ... >.config)
>>
>> and run menuconfig as expected.
>
>
>How far is this from the miniconfig functionality?
>Is it the same or can we achieve the miniconfig support
>by extending Jan's patch?
>
>See:
http://lkml.org/lkml/2007/10/12/391