Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Kconfig
index ee33b4faed0ea3d09c94d12245446bcaf4206420..822790054fe928bba4dad012a83227d288813080 100644 (file)
@@ -5,12 +5,11 @@
 ##
 ## 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
 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
        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_HARD_RESET
-       select IOAPIC
        select HAVE_OPTION_TABLE
        select HAVE_ACPI_TABLES
-       help
-         Asus M2V-MX SE mainboard.
+       select BOARD_ROMSIZE_KB_512
+       select VGA
+       select TINY_BOOTBLOCK
+       select HAVE_MAINBOARD_RESOURCES
 
 config MAINBOARD_DIR
        string
@@ -77,36 +74,16 @@ config MAX_PHYSICAL_CPUS
        default 1
        depends on BOARD_ASUS_M2V_MX_SE
 
-config STACK_SIZE
-       hex
-       default 0x2000
-       depends on BOARD_ASUS_M2V_MX_SE
-
 config HEAP_SIZE
        hex
        default 0x40000
        depends on BOARD_ASUS_M2V_MX_SE
 
-config LB_CKS_RANGE_END
-       int
-       default 122
-       depends on BOARD_ASUS_M2V_MX_SE
-
-config LB_CKS_LOC
-       int
-       default 123
-       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_UNITID_OFFSET_ONLY
-       bool
-       default n
-       depends on BOARD_ASUS_M2V_MX_SE
-
 config SB_HT_CHAIN_ON_BUS0
        int
        default 1
@@ -117,3 +94,8 @@ config HT_CHAIN_END_UNITID_BASE
        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
+