public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/19] kconfig patches
@ 2006-04-09 15:26 Roman Zippel
  2006-04-10  6:55 ` Andrew Morton
  2006-04-20  3:51 ` Randy.Dunlap
  0 siblings, 2 replies; 13+ messages in thread
From: Roman Zippel @ 2006-04-09 15:26 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, Sam Ravnborg

Hi,

Here is a batch of kconfig (and also some kbuild related) patches. The 
first four patches I'd like to see to go into 2.6.17 if possible. Although 
I'm quite confident about the remaining patches, a bit more testing can't 
hurt.

Some comments about the most interesting aspects from a user perspective 
for these patches:

Now it's possible to do something like "vi .config; make" and be 
reasonably certain it does the right thing, before especially kbuild 
related config changes were not correctly picked up by make and required 
an explicit "make oldconfig".

Andrew, what might be very interesting for you is that kconfig is not 
rewriting .config anymore all the time by itself and if you set 
KCONFIG_NOSILENTUPDATE you can even omit the silent updates, so unless you 
explicitly call one of the config targets, you can be sure kbuild won't 
touch your .config symlink anymore and as long as the .config is in sync 
with the Kconfig files you shouldn't see a difference. I'm very interested 
how that works for you.

Another interesting feature are the xconfig changes, it supports now a 
search option like menuconfig and the help output links to other symbols, 
so one can basically browse through the kconfig info. The latter is still 
a bit experimental, so it's only visible if the debug info option is 
enabled.

bye, Roman

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-04-26 22:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-09 15:26 [PATCH 0/19] kconfig patches Roman Zippel
2006-04-10  6:55 ` Andrew Morton
2006-04-10  8:46   ` Roman Zippel
2006-04-10  7:51     ` Andrew Morton
2006-04-10  9:35       ` Roman Zippel
2006-04-10  8:41         ` Andrew Morton
2006-04-10 11:36           ` Roman Zippel
2006-04-10 15:22             ` Randy.Dunlap
2006-04-10 21:24             ` Andrew Morton
2006-04-12 10:51               ` Roman Zippel
2006-04-20  3:51 ` Randy.Dunlap
2006-04-26 22:13   ` Roman Zippel
2006-04-26 22:38     ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox