diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-20 16:10:04 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-20 16:10:04 +0000 |
commit | 8f74c5878dde6b610b416a5950de3219532c0f83 (patch) | |
tree | b11587707e696904ce28b7c32c0fb1cd6b6297ed /src/mainboard/msi | |
parent | 4e015eb67432b4d46003023cd4bc8c04282896e4 (diff) |
Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
selected in sockets, and they aren't used yet.
Add a couple of variables to src/Kconfig for lack of a better place so that
their selects work.
Add select statements according to newconfig for some variables that were
defined but never selected in mainboard configs.
Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4816 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r-- | src/mainboard/msi/ms7135/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/msi/ms7260/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/msi/ms9185/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/msi/ms9282/Kconfig | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/msi/ms7135/Kconfig b/src/mainboard/msi/ms7135/Kconfig index 43eec10422..674fd90286 100644 --- a/src/mainboard/msi/ms7135/Kconfig +++ b/src/mainboard/msi/ms7135/Kconfig @@ -1,7 +1,6 @@ config BOARD_MSI_MS7135 bool "MS-7135 (K8N Neo3)" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_754 select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX diff --git a/src/mainboard/msi/ms7260/Kconfig b/src/mainboard/msi/ms7260/Kconfig index ba789c6b7f..3e9568b0b3 100644 --- a/src/mainboard/msi/ms7260/Kconfig +++ b/src/mainboard/msi/ms7260/Kconfig @@ -1,7 +1,6 @@ config BOARD_MSI_MS7260 bool "MS-7260 (K9N Neo)" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_AM2 select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX @@ -13,6 +12,7 @@ config BOARD_MSI_MS7260 select USE_DCACHE_RAM select HAVE_HARD_RESET select IOAPIC + select LIFT_BSP_APIC_ID select MEM_TRAIN_SEQ select SB_HT_CHAIN_UNITID_OFFSET_ONLY select K8_REV_F_SUPPORT diff --git a/src/mainboard/msi/ms9185/Kconfig b/src/mainboard/msi/ms9185/Kconfig index ddbb587124..dda9df78b6 100644 --- a/src/mainboard/msi/ms9185/Kconfig +++ b/src/mainboard/msi/ms9185/Kconfig @@ -1,7 +1,6 @@ config BOARD_MSI_MS9185 bool "MS-9185 (K9SD Master-S2R)" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_F select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX @@ -15,6 +14,7 @@ config BOARD_MSI_MS9185 select HAVE_HARD_RESET select HAVE_ACPI_TABLES select IOAPIC + select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR diff --git a/src/mainboard/msi/ms9282/Kconfig b/src/mainboard/msi/ms9282/Kconfig index 7ce7556421..35d00a35d1 100644 --- a/src/mainboard/msi/ms9282/Kconfig +++ b/src/mainboard/msi/ms9282/Kconfig @@ -1,7 +1,6 @@ config BOARD_MSI_MS9282 bool "MS-9282 (K9SD Master)" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_F select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX |