diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2016-11-07 22:23:34 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-31 17:45:17 +0100 |
commit | 7328cf948ec0c56750e433dc6db73b118a480836 (patch) | |
tree | f1e1836f63c4f4a9466198b26830c38b6f64ba0b /src/mainboard/asus/m2v-mx_se | |
parent | 8e4bb3164a1af2a988c63dfa92777de9d60fae3f (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>
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Kconfig | 2 |
1 files changed, 1 insertions, 1 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 |