Uwe Hermann wrote:
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).
Documentation is good, but best would be if tools catch this and give a meaningful error message. That saves both time and frustration.
//Peter