diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2019-11-25 01:53:52 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:43:03 +0000 |
commit | 7ad1a34ea7a975781b2d5a311948b36805b8af3a (patch) | |
tree | 8b002d7f1643cfa63b09871336bd8ab2f83b2bf2 /src/mainboard/google/beltino/Kconfig | |
parent | 8cfffb442785097050621bd289b60a194b59b2aa (diff) |
google/beltino: add libgfxinit support
Tested on Zako variant
Change-Id: I433863b34731584797456eee6c2d270868a4f13f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37208
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/beltino/Kconfig')
-rw-r--r-- | src/mainboard/google/beltino/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig index 4b18c8cfea..01e0cbf35b 100644 --- a/src/mainboard/google/beltino/Kconfig +++ b/src/mainboard/google/beltino/Kconfig @@ -10,6 +10,7 @@ config BOARD_GOOGLE_BASEBOARD_BELTINO select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME select MAINBOARD_HAS_CHROMEOS + select MAINBOARD_HAS_LIBGFXINIT select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_TPM1 |