On Fri, Jan 11, 2008 at 01:48:36PM +0100, Stefan Reinauer wrote:
- Myles Watson myles@pel.cs.byu.edu [080111 05:00]:
On Thu, Jan 10, 2008 at 12:18:14PM -0700, Jordan Crouse wrote:
it really should be a feature that kconfig offers.
It's make defconfig in Linux.
Make defconfig ignores your .config file. What I wanted was something similar to make allyesconfig, which chooses yes for anything you didn't specify. Maybe make alldefconfig?
make oldconfig?
That's interactive per default, I think. But it's the correct option if you want the defaults for unspecified options, IIRC.
If you want "yes" for all unspecified options:
make oldconfig < /usr/bin/yes
Uwe.