Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*config targets

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Wednesday, November 14, 2007 - 3:08 pm

Hi Roman

On Wed, Nov 14, 2007 at 09:57:32PM +0100, Roman Zippel wrote:
The value can be supplied on the command-line so we need to validate input.
The code is a copy of what happen when reading a all.config file and
the functionality should be equal.
Can we make that part simpler too?

By the way - I have never understood the purpose of the flags (S_DEF_USER etc.)
Can we have a few comments added to their definition?


The future plan is to set the architecture as part of the configuration step
and not by ARCH=. The ARCH= notation will continue to be supported
but will merely be a hint about the desired architecture.

The only place where it will play a real effect is when generating
allnoconfig, allyesconfig, allmodconfig, randconfig.

Some consistency check will likely be added - but a pure 'make' will
build the kernel with the configured ARCH and the configured CROSS_COMPILE
setting.

One of the blockers are that kconfig does not support more than one prompt
for a choice symbol. Is this something you can fix - or sketch how to fix it?

	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] kconfig: factor out code in confdata.c, Sam Ravnborg, (Sat Nov 10, 1:43 pm)
[PATCH] kconfig: document make K64BIT=y in README, Sam Ravnborg, (Sat Nov 10, 1:43 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ..., Guillaume Chazarain, (Sat Nov 10, 1:55 pm)
Re: [PATCH] kconfig: document make K64BIT=y in README, Randy Dunlap, (Sat Nov 10, 3:23 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ..., Guillaume Chazarain, (Sun Nov 11, 5:43 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ..., Guillaume Chazarain, (Sun Nov 11, 7:59 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ..., Guillaume Chazarain, (Sun Nov 11, 8:55 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ..., Sam Ravnborg, (Wed Nov 14, 3:08 pm)
[PATCH 2/3] environment symbol support, Roman Zippel, (Sun Jan 13, 8:50 pm)
[PATCH 3/3] use environment option, Roman Zippel, (Sun Jan 13, 8:51 pm)