Re: [PATCH] CONFIG_IA32

From: Sam Ravnborg
Date: Sun Sep 25 2005 - 02:41:43 EST


> Subject: [PATCH] CONFIG_IA32
>
> 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
>
...
> mainmenu "Linux Kernel Configuration"
>
> -config X86
> +config IA32
> bool
> default y
> help
Could you please add a comment here that say this is to allow one to
select 32 bit only dependencies.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/