Add CONFIG_IA32 for i386. This allows selecting options that only apply to 32-bit systems. (X86 && !X86_64) becomes IA32 (X86 || X86_64) becomes X86 Signed-off-by: Brian Gerst