Hi again,
> this fixes a typo in arch/arm/config.in.
> old:    source drivers/ssi/Config.in
> new:	source drivers/scsi/Config.in
>  Without it, make menuconfig crashes.
ignore this patch. It is wrong.
So we have this:
if [ "$CONFIG_SCSI" != "n" ]; then
   source drivers/scsi/Config.in
fi     
endmenu
if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then 
   source drivers/ssi/Config.in 
fi
drivers/ssi/Config.in does not exist, make menuconfig crashes.
I thought it is a typo, but source'ing it twice also crashes, for sure.
So what is drivers/ssi/* ?
Or should this be drivers/sgi/Config.in ?
ciao, Marc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/