diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2021-06-01 00:21:39 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-16 09:52:56 +0000 |
commit | 1109246cd1462dee38804a5a7092e6bf69bf14b5 (patch) | |
tree | a4658e7082bfb80b5d327015225db669e407bd90 /src/mainboard/asus/p8x7x-series/Kconfig.name | |
parent | 17cb5becca3972525e53aa36fe9abdb5d5b8d782 (diff) |
mb/asus/p8x7x-series: Add P8H77-V as a variant of P8X7X series
Mainboard information can be found in the included documentation.
Signed-off-by: Bill XIE <persmule@hardenedlinux.org>
Change-Id: Ic811e24bd72da84e5ca8f5b09f2eb65872153b72
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55111
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p8x7x-series/Kconfig.name')
-rw-r--r-- | src/mainboard/asus/p8x7x-series/Kconfig.name | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8x7x-series/Kconfig.name b/src/mainboard/asus/p8x7x-series/Kconfig.name index ec37df2f32..3509eead02 100644 --- a/src/mainboard/asus/p8x7x-series/Kconfig.name +++ b/src/mainboard/asus/p8x7x-series/Kconfig.name @@ -1,3 +1,10 @@ +config BOARD_ASUS_P8H77_V + bool "P8H77-V" + select BOARD_ASUS_P8X7X_SERIES + select BOARD_ROMSIZE_KB_8192 + select SUPERIO_NUVOTON_NCT6779D + select USE_NATIVE_RAMINIT + config BOARD_ASUS_P8Z77_M_PRO bool "P8Z77-M PRO" select BOARD_ASUS_P8X7X_SERIES |