diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2020-02-05 12:20:21 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-18 15:30:53 +0000 |
commit | 2e7c2cef15c88f000380668e8948e71b7d8d7f75 (patch) | |
tree | 1b91a1b214a23fe53609cf6b7d64c29e068e3bf1 /src/mainboard/facebook/monolith/Kconfig | |
parent | 09ea37172eb62d2b675b3d7a1db36c697c49a6da (diff) |
mb/facebook/monolith: Enable use of VPD
Enable use of VPD for monolith. This will be used to store the UUID and
Serial number.
BUG=N/A
TEST=build
Change-Id: I32b60fef44929c51427a124cbb81e5246db2546c
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38752
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/monolith/Kconfig')
-rw-r--r-- | src/mainboard/facebook/monolith/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index 203f8a5d25..b6c9f1939c 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_USES_IFD_GBE_REGION select INTEL_GMA_HAVE_VBT select SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE + select VPD config CBFS_SIZE hex "CBFS_SIZE" |