[coreboot] Kconfig defaults per chipset, or mainboard?

Peter Stuge peter at stuge.se
Thu Sep 17 19:19:23 CEST 2009


Patrick Georgi wrote:
> > In src/Kconfig there is this:
> > 
> > config FALLBACK_VGA_BIOS_ID
> >         string "VGA BIOS ID"
> >         depends on VGA_BIOS
> >         default "1106,3230"
> > 
> > How does a component (nb, sb, sio) or mainboard provide an override
> > for this default?
> 
> config FALLBACK_VGA_BIOS_ID
> 	string
> 	default "1234,5678"
> 	depends on NB_OR_SB_OR_SIO_OR_BOARD_ID
> 
> should work

Cool. How does the precedence work?


//Peter




More information about the coreboot mailing list