From 8f74c5878dde6b610b416a5950de3219532c0f83 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 20 Oct 2009 16:10:04 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4816 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/a8n_e/Kconfig | 1 - src/mainboard/asus/a8v-e_se/Kconfig | 1 - src/mainboard/asus/m2v-mx_se/Kconfig | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/a8n_e/Kconfig b/src/mainboard/asus/a8n_e/Kconfig index 9411d879df..1bf3635084 100644 --- a/src/mainboard/asus/a8n_e/Kconfig +++ b/src/mainboard/asus/a8n_e/Kconfig @@ -1,7 +1,6 @@ config BOARD_ASUS_A8N_E bool "A8N-E" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_939 select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX diff --git a/src/mainboard/asus/a8v-e_se/Kconfig b/src/mainboard/asus/a8v-e_se/Kconfig index 949a6df137..a371c3b580 100644 --- a/src/mainboard/asus/a8v-e_se/Kconfig +++ b/src/mainboard/asus/a8v-e_se/Kconfig @@ -1,7 +1,6 @@ config BOARD_ASUS_A8V_E_SE bool "A8V-E SE" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_939 select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig index df09392433..dcb9fc43e3 100644 --- a/src/mainboard/asus/m2v-mx_se/Kconfig +++ b/src/mainboard/asus/m2v-mx_se/Kconfig @@ -21,7 +21,6 @@ config BOARD_ASUS_M2V_MX_SE bool "M2V-MX SE" select ARCH_X86 - select CPU_AMD_K8 select CPU_AMD_SOCKET_AM2 select NORTHBRIDGE_AMD_AMDK8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX @@ -35,6 +34,7 @@ config BOARD_ASUS_M2V_MX_SE select HAVE_OPTION_TABLE select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512 + select VGA config MAINBOARD_DIR string -- cgit v1.2.3