On Wed, Oct 07, 2009 at 11:09:46AM -0600, Myles Watson wrote:
Convert all "default y" options to "select FOO" (shorter).
I think cosmetic cleanups like this ought to wait until all boards are supported since Patrick is moving so quickly.
Yep, I talked to Patrick on IRC beforehand, he said it wouldn't interrupt his work/scripts.
I guess this could use a little more explanation. Unless a CONFIG variable is declared to be a bool in some other file, select does nothing. Maybe we should add a warning to Kconfig when we use a select statement and there is no bool by that name.
Yep, we should document that somewhere (wiki probbaly, http://www.coreboot.org/Kconfig).
Uwe.