Hi,
more changes to make kconfig's configs more similar to newconfig's:
DIMM_SUPPORT APIC_ID_OFFSET ACPI_SSDTX_NUM IRQ_SLOT_COUNT MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID (msi/ms9185 has a device id of 0x1022, which would be AMD, but we have a global vendor ID set for msi. which one is right? MSI's or AMD's?) MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID MEM_TRAIN_SEQ HAVE_ACPI_RESUME
It also removes HAVE_MOVNTI and IOAPIC from the compareboards report (which also ends up on the list) as we deliberately diverged from newconfig there (they're per-CPU or per-chipset now, so we can assume that newconfig is incorrect there), and also MMX (a kconfig-only symbol)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de