On Jan 8, 2008 4:38 PM, Jordan Crouse jordan.crouse@amd.com wrote:
On 08/01/08 16:30 -0700, Myles Watson wrote:
In buildrom, I want to be able to set the variables I care about, then use make oldconfig to choose the (hopefully) sane defaults for the rest of the options.
That would make sense, but I'm not sure if there is a way to make kconfig do that. At least, in my experience, we've always needed to the user to build the entire .config, to avoid oldconfig asking questions.
But there might be a conf option that can avoid that.
The only way I can find isn't as clean as I would like.
make oldconfig < newlines.txt
newlines.txt makes it choose the defaults by "hitting enter"
It may be worth it because it would allow us to generate .config files instead of having to have one for every architecture.
Myles