Move "select CACHE_AS_RAM" lines from boards into CPU socket.
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Kconfig
index 55ad875df02a90bc1bec1c2042ffea7980a3691f..e93fd68b341711bc267922d2fa6d0c0119b32e09 100644 (file)
@@ -5,99 +5,90 @@
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
+if BOARD_ASUS_M2V_MX_SE
 
-config BOARD_ASUS_M2V_MX_SE
-       bool "M2V-MX SE"
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_VIA_VT8237R
-       select SOUTHBRIDGE_VIA_K8T890
+       select SOUTHBRIDGE_VIA_K8M890
        select SUPERIO_ITE_IT8712F
-       select USE_PRINTK_IN_CAR
-       select USE_DCACHE_RAM
        select HAVE_OPTION_TABLE
        select HAVE_ACPI_TABLES
        select BOARD_ROMSIZE_KB_512
+       select RAMINIT_SYSINFO
        select VGA
        select TINY_BOOTBLOCK
+       select HAVE_ACPI_RESUME
        select HAVE_MAINBOARD_RESOURCES
+       select QRANK_DIMM_SUPPORT
+       select SET_FIDVID
 
 config MAINBOARD_DIR
        string
        default asus/m2v-mx_se
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config DCACHE_RAM_BASE
        hex
        default 0xcc000
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config DCACHE_RAM_SIZE
        hex
        default 0x4000
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config DCACHE_RAM_GLOBAL_VAR_SIZE
        hex
        default 0x01000
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config APIC_ID_OFFSET
        hex
        default 0x10
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config MAINBOARD_PART_NUMBER
        string
        default "M2V-MX SE"
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config MAX_CPUS
        int
        default 2
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config MAX_PHYSICAL_CPUS
        int
        default 1
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config HEAP_SIZE
        hex
        default 0x40000
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config HT_CHAIN_UNITID_BASE
        hex
        default 0x0
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config SB_HT_CHAIN_ON_BUS0
        int
        default 1
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config HT_CHAIN_END_UNITID_BASE
        hex
        default 0x20
-       depends on BOARD_ASUS_M2V_MX_SE
 
 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
        hex
        default 0x1043
-       depends on BOARD_ASUS_M2V_MX_SE
 
+endif # BOARD_ASUS_M2V_MX_SE