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