aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2016-11-07 22:23:34 +0100
committerMartin Roth <martinroth@google.com>2017-01-31 17:45:17 +0100
commit7328cf948ec0c56750e433dc6db73b118a480836 (patch)
treef1e1836f63c4f4a9466198b26830c38b6f64ba0b
parent8e4bb3164a1af2a988c63dfa92777de9d60fae3f (diff)
asus/m2v,m2v-mx_se: Unify Kconfig
Reorder the items to minimize the differences. Change-Id: I745ec70a990f997d87c2a0b6164ae127eb694ddf Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/17438 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/mainboard/asus/m2v-mx_se/Kconfig2
-rw-r--r--src/mainboard/asus/m2v/Kconfig12
2 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig
index de1ef4505d..60ed865fad 100644
--- a/src/mainboard/asus/m2v-mx_se/Kconfig
+++ b/src/mainboard/asus/m2v-mx_se/Kconfig
@@ -18,6 +18,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select CPU_AMD_SOCKET_AM2
select DIMM_DDR2
+ select QRANK_DIMM_SUPPORT
select NORTHBRIDGE_AMD_AMDK8
select SOUTHBRIDGE_VIA_VT8237R
select SOUTHBRIDGE_VIA_K8T890
@@ -28,7 +29,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_512
select VGA
select HAVE_ACPI_RESUME
- select QRANK_DIMM_SUPPORT
select SET_FIDVID
config MAINBOARD_DIR
diff --git a/src/mainboard/asus/m2v/Kconfig b/src/mainboard/asus/m2v/Kconfig
index 20c2689dd8..26bfeef26f 100644
--- a/src/mainboard/asus/m2v/Kconfig
+++ b/src/mainboard/asus/m2v/Kconfig
@@ -5,18 +5,18 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CPU_AMD_SOCKET_AM2
select DIMM_DDR2
select QRANK_DIMM_SUPPORT
- select HAVE_OPTION_TABLE
select K8_HT_FREQ_1G_SUPPORT
select NORTHBRIDGE_AMD_AMDK8
select SOUTHBRIDGE_VIA_VT8237R
select SOUTHBRIDGE_VIA_K8T890
select SOUTHBRIDGE_VIA_SUBTYPE_K8T890
select SUPERIO_ITE_IT8712F
+ select HAVE_OPTION_TABLE
+ select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_512
select HAVE_ACPI_RESUME
select HAVE_PIRQ_TABLE
select PIRQ_ROUTE
- select HAVE_ACPI_TABLES
select HAVE_MP_TABLE
select SET_FIDVID
@@ -52,14 +52,14 @@ config MAX_PHYSICAL_CPUS
int
default 1
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x20
-
config HT_CHAIN_UNITID_BASE
hex
default 0x0
+config HT_CHAIN_END_UNITID_BASE
+ hex
+ default 0x20
+
config IRQ_SLOT_COUNT
int
default 14