diff options
author | Alice Sell <devfusediboot@protonmail.com> | 2021-06-17 17:09:00 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-22 05:08:49 +0000 |
commit | cebf1e8c463bc8614877c524a19ecf0eedae5f47 (patch) | |
tree | 11b23a0d593731268a631477914fb7dec9e7fadf /src/mainboard/asus/h61-series/Kconfig | |
parent | 6adbfa79aa4885f7d06cd07063db2c84de832629 (diff) |
mb/asus/p8h61-m_pro_cm6630: Add initial support
This motherboard is somewhat similar to the p8h61-m_pro, but also different.
It has two exposed RAM slots with a pinout for four, and it's an OEM
variant used in PCs ASUS sold in stores.
Signed-off-by: Hunter Sell <alicelyralain@gmail.com>
Change-Id: Id08349feb0aeaf21406f814f6d19bbe0d9312a4d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/h61-series/Kconfig')
-rw-r--r-- | src/mainboard/asus/h61-series/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/h61-series/Kconfig b/src/mainboard/asus/h61-series/Kconfig index 529dd11d95..aed784a2ba 100644 --- a/src/mainboard/asus/h61-series/Kconfig +++ b/src/mainboard/asus/h61-series/Kconfig @@ -24,6 +24,7 @@ config VARIANT_DIR default "p8h61-m_lx" if BOARD_ASUS_P8H61_M_LX default "p8h61-m_lx3_r2_0" if BOARD_ASUS_P8H61_M_LX3_R2_0 default "p8h61-m_pro" if BOARD_ASUS_P8H61_M_PRO + default "p8h61-m_pro_cm6630" if BOARD_ASUS_P8H61_M_PRO_CM6630 config MAINBOARD_PART_NUMBER string @@ -31,6 +32,7 @@ config MAINBOARD_PART_NUMBER default "P8H61-M LX" if BOARD_ASUS_P8H61_M_LX default "P8H61-M LX3 R2.0" if BOARD_ASUS_P8H61_M_LX3_R2_0 default "P8H61-M PRO" if BOARD_ASUS_P8H61_M_PRO + default "P8H61-M PRO CM6630" if BOARD_ASUS_P8H61_M_PRO_CM6630 config OVERRIDE_DEVICETREE string |