]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: use $K64BIT to set 64BIT with all*config targets
authorSam Ravnborg <sam@ravnborg.org>
Sat, 10 Nov 2007 19:40:05 +0000 (20:40 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 12 Nov 2007 20:02:20 +0000 (21:02 +0100)
commit741e3af2bff2162bb21fd0c4450b44537a9fea33
tree12feb49c4531726c899f33a3a0dc1569ce8f217a
parentaf10c88891d7cfc2ec1ac4203a9687085ec3e158
kconfig: use $K64BIT to set 64BIT with all*config targets

The variable K64BIT can now be used to select the
value of CONFIG_64BIT.

This is for example useful for powerpc to generate
allmodconfig for both bit sizes - like this:
make ARCH=powerpc K64BIT=y
make ARCH=powerpc K64BIT=n

To use this the Kconfig file must use "64BIT" as the
config value to select between 32 and 64 bit.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
README
scripts/kconfig/conf.c