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>
This commit is contained in:
parent
8e4bb3164a
commit
7328cf948e
|
@ -18,6 +18,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select CPU_AMD_SOCKET_AM2
|
select CPU_AMD_SOCKET_AM2
|
||||||
select DIMM_DDR2
|
select DIMM_DDR2
|
||||||
|
select QRANK_DIMM_SUPPORT
|
||||||
select NORTHBRIDGE_AMD_AMDK8
|
select NORTHBRIDGE_AMD_AMDK8
|
||||||
select SOUTHBRIDGE_VIA_VT8237R
|
select SOUTHBRIDGE_VIA_VT8237R
|
||||||
select SOUTHBRIDGE_VIA_K8T890
|
select SOUTHBRIDGE_VIA_K8T890
|
||||||
|
@ -28,7 +29,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select BOARD_ROMSIZE_KB_512
|
select BOARD_ROMSIZE_KB_512
|
||||||
select VGA
|
select VGA
|
||||||
select HAVE_ACPI_RESUME
|
select HAVE_ACPI_RESUME
|
||||||
select QRANK_DIMM_SUPPORT
|
|
||||||
select SET_FIDVID
|
select SET_FIDVID
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
|
|
|
@ -5,18 +5,18 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select CPU_AMD_SOCKET_AM2
|
select CPU_AMD_SOCKET_AM2
|
||||||
select DIMM_DDR2
|
select DIMM_DDR2
|
||||||
select QRANK_DIMM_SUPPORT
|
select QRANK_DIMM_SUPPORT
|
||||||
select HAVE_OPTION_TABLE
|
|
||||||
select K8_HT_FREQ_1G_SUPPORT
|
select K8_HT_FREQ_1G_SUPPORT
|
||||||
select NORTHBRIDGE_AMD_AMDK8
|
select NORTHBRIDGE_AMD_AMDK8
|
||||||
select SOUTHBRIDGE_VIA_VT8237R
|
select SOUTHBRIDGE_VIA_VT8237R
|
||||||
select SOUTHBRIDGE_VIA_K8T890
|
select SOUTHBRIDGE_VIA_K8T890
|
||||||
select SOUTHBRIDGE_VIA_SUBTYPE_K8T890
|
select SOUTHBRIDGE_VIA_SUBTYPE_K8T890
|
||||||
select SUPERIO_ITE_IT8712F
|
select SUPERIO_ITE_IT8712F
|
||||||
|
select HAVE_OPTION_TABLE
|
||||||
|
select HAVE_ACPI_TABLES
|
||||||
select BOARD_ROMSIZE_KB_512
|
select BOARD_ROMSIZE_KB_512
|
||||||
select HAVE_ACPI_RESUME
|
select HAVE_ACPI_RESUME
|
||||||
select HAVE_PIRQ_TABLE
|
select HAVE_PIRQ_TABLE
|
||||||
select PIRQ_ROUTE
|
select PIRQ_ROUTE
|
||||||
select HAVE_ACPI_TABLES
|
|
||||||
select HAVE_MP_TABLE
|
select HAVE_MP_TABLE
|
||||||
select SET_FIDVID
|
select SET_FIDVID
|
||||||
|
|
||||||
|
@ -52,14 +52,14 @@ config MAX_PHYSICAL_CPUS
|
||||||
int
|
int
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
config HT_CHAIN_END_UNITID_BASE
|
|
||||||
hex
|
|
||||||
default 0x20
|
|
||||||
|
|
||||||
config HT_CHAIN_UNITID_BASE
|
config HT_CHAIN_UNITID_BASE
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
||||||
|
config HT_CHAIN_END_UNITID_BASE
|
||||||
|
hex
|
||||||
|
default 0x20
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 14
|
default 14
|
||||||
|
|
Loading…
Reference in New Issue