Am Donnerstag, den 17.09.2009, 19:01 +0200 schrieb Peter Stuge:
In src/Kconfig there is this:
config FALLBACK_VGA_BIOS_ID string "VGA BIOS ID" depends on VGA_BIOS default "1106,3230" help The ID that would associate your VGA BIOS to your video card. (PCI VendorID, PCI Device ID)
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