From 2b962a3c39b9e5d223c8a084084936abbd0c66bf Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 25 Jan 2010 10:50:21 +0000 Subject: More Kconfig changes to improve match with newconfig: DIMM_SUPPORT APIC_ID_OFFSET ACPI_SSDTX_NUM IRQ_SLOT_COUNT MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID (except msi/ms9185) MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID MEM_TRAIN_SEQ HAVE_ACPI_RESUME Also remove MMX (kconfig specific) and HAVE_MOVNTI and IOAPIC (which we deliberately differ in kconfig) from compareboard report. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/ga-6bxc/Kconfig | 2 +- src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 4 ++-- src/mainboard/gigabyte/m57sli/Kconfig | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga-6bxc/Kconfig b/src/mainboard/gigabyte/ga-6bxc/Kconfig index 41a465fcd0..31e9cd9596 100644 --- a/src/mainboard/gigabyte/ga-6bxc/Kconfig +++ b/src/mainboard/gigabyte/ga-6bxc/Kconfig @@ -46,6 +46,6 @@ config HAVE_OPTION_TABLE config IRQ_SLOT_COUNT int - default 5 + default 6 depends on BOARD_GIGABYTE_GA_6BXC diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index a4796e7c25..cd53f49247 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -36,12 +36,12 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 16 + default 0x10 depends on BOARD_GIGABYTE_GA_2761GXDK config MEM_TRAIN_SEQ int - default 1 + default 2 depends on BOARD_GIGABYTE_GA_2761GXDK config SB_HT_CHAIN_ON_BUS0 diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index c02cda450d..ff18dd40d4 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -39,12 +39,12 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 16 + default 0x10 depends on BOARD_GIGABYTE_M57SLI config MEM_TRAIN_SEQ int - default 1 + default 2 depends on BOARD_GIGABYTE_M57SLI config SB_HT_CHAIN_ON_BUS0 -- cgit v1.2.3