[coreboot] [PATCH]modify "make menuconfig" output

Patrick Georgi patrick at georgi-clan.de
Tue Aug 25 19:37:29 CEST 2009


Am Dienstag, den 25.08.2009, 11:10 -0600 schrieb Myles Watson:
> On Tue, Aug 25, 2009 at 10:56 AM, Patrick Georgi<patrick at georgi-clan.de> wrote:
> > In the mainboard selection, the selected mainboard is printed twice in
> > certain cases, this patch eliminates the second mention.
> >
> > This change might have unintended side-effects, but seems to work okay
> I'd rather fix the offending boards.  Isn't it board-specific?  Maybe
> I haven't seen all the cases.
No, it's specific to the Kconfig source layout:

choice
config { THE BOARDS }
config { THE BOARDS' DEPENDENCIES }
endchoice

To fix that, we'd have to do
choice
config { THE BOARDS }
endchoice
config { THE BOARDS' DEPENDENCIES }

which doesn't work with the source statement


Patrick





More information about the coreboot mailing list