diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 10:50:21 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 10:50:21 +0000 |
commit | 2b962a3c39b9e5d223c8a084084936abbd0c66bf (patch) | |
tree | 4d4407173596290c14f808091e1e52b6d3b0914a /src/mainboard/gigabyte | |
parent | 29647d97c5e66484ab5c8b56ede57329ab5410c4 (diff) | |
download | coreboot-2b962a3c39b9e5d223c8a084084936abbd0c66bf.tar.xz |
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 <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 4 |
3 files changed, 5 insertions, 5 deletions
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 |