diff options
author | Mathew King <mathewk@chromium.org> | 2021-02-23 14:15:50 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-03-02 17:04:59 +0000 |
commit | c44cc1907981396caef4f6fc50dcc5b9b648f6b9 (patch) | |
tree | bc4012c935443deea7588fe2b08ed1607a5732fa /src/mainboard/google/guybrush/Kconfig | |
parent | 9f13cb72c500b85bf972763c3ffc2e00fb4d3d70 (diff) |
mb/google/guybrush: Add eSPI configuration
BUG=b:180507937
TEST=builds
Signed-off-by: Mathew King <mathewk@chromium.org>
Change-Id: Ic607d6bca5c70255332a6fbee2b63e6daba7d1e7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51047
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush/Kconfig')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 46e8a5ab32..4884cf18d1 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_16384 select MAINBOARD_HAS_CHROMEOS select SOC_AMD_CEZANNE + select SOC_AMD_COMMON_BLOCK_USE_ESPI config CHROMEOS select EC_GOOGLE_CHROMEEC |