diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2021-06-25 21:29:24 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-01 09:42:34 +0000 |
commit | 3b1a9944aa58f781a7a6e9c86ed9bde56fa8074e (patch) | |
tree | 7d9c5a7f07b7e6186be826eecd6024f7a568029c /src/mainboard/asus/p8x7x-series/Kconfig.name | |
parent | 7b459208043b0b0e0b6e3a5d9495b883b961fd00 (diff) |
mb/asus/p8x7x-series: Add P8C WS 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: Idb696193e5a67c42adf45e54d455d2dff7681ca7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55850
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p8x7x-series/Kconfig.name')
-rw-r--r-- | src/mainboard/asus/p8x7x-series/Kconfig.name | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8x7x-series/Kconfig.name b/src/mainboard/asus/p8x7x-series/Kconfig.name index 3509eead02..b4d89481c2 100644 --- a/src/mainboard/asus/p8x7x-series/Kconfig.name +++ b/src/mainboard/asus/p8x7x-series/Kconfig.name @@ -1,3 +1,11 @@ +config BOARD_ASUS_P8C_WS + bool "P8C_WS" + select BOARD_ASUS_P8X7X_SERIES + select BOARD_ROMSIZE_KB_8192 + select MAINBOARD_HAS_LPC_TPM + select SUPERIO_NUVOTON_NCT6776 + select USE_NATIVE_RAMINIT + config BOARD_ASUS_P8H77_V bool "P8H77-V" select BOARD_ASUS_P8X7X_SERIES |