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

Myles Watson mylesgw at gmail.com
Tue Aug 25 22:13:33 CEST 2009


On Tue, Aug 25, 2009 at 11:37 AM, Patrick Georgi<patrick at georgi-clan.de> wrote:
> 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

How about this fix?

Signed-off-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles
-------------- next part --------------
A non-text attachment was scrubbed...
Name: double_fix.diff
Type: text/x-patch
Size: 1366 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090825/d03c2c6c/attachment.diff>


More information about the coreboot mailing list