After the patch that added a 64BIT menu I cannot generate a 32 bit allmodconfig. I have not yet deeply looked at it but I assume this is because "64 bit" is a visible menu when we have arch equa sparc and then allmodconfig set it to the highest value (=y). x86 does this a bit different: i386 => 32 bit x86_64 => 64 bit x86 => 64 bit (IIRC) But we do not want three arch options for sparc so maybe we just have to live with that make ARCH=sparc allmodconfig results in a 64 bit kernel. What I do locally is that I created a file: echo "CONFIG_64BIT=n" > 64bit make ARCH=sparc allmodconfig KCONFIG_ALLCONFIG=64bit This gives me an allmodconfig for 32 bit. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html