On Fri, 2003-05-16 at 11:31, Mike Godfrey wrote:
> I did some looking ... make xconfig does a proper parse of the config
> file.  The patch breaks the config files in a couple of places.  Make
> these two changes and it will work for you too.
> 
> diff ../linux-2.4.20-13.9/drivers/ide/Config.in drivers/ide/Config.in
> 46c46
> <             dep_tristate '    Pacific Digital ADMA-100 basic support'
> CONFIG_BLK_DEV_ADMA100 $CONFIG_BLK_DEV_IDEDMA_PCI
> ---
> >             dep_tristate '    Pacific Digital ADMA-100 basic support'
> CONFIG_BLK_DEV_ADMA100
> 
> [root@olympus]# diff ../linux-2.4.20-13.9/drivers/net/Config.in
> drivers/net/Config.in
> 188c188
> <          define_bool CONFIG_EEPRO100_PIO y
> ---
> >          define_mbool CONFIG_EEPRO100_PIO y
> 
> 
> ie the first line is missing the final arg, and the second line has a
> spurious "m" in in the name "define_bool"
> 
/