diff options
author | Huijuan Xie <huijuan.xie@mediatek.corp-partner.google.com> | 2020-08-11 17:55:11 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-12-15 01:53:26 +0000 |
commit | bde97082007775664ffff3c0efadc50ea9e50c40 (patch) | |
tree | 7990fd8bfd8708df1e552d5128c5f4f22cdfa117 /src/mainboard/google/asurada/Kconfig | |
parent | 4b3269e21d50da6ce33b72f356b6714e58f7478f (diff) |
mb/google/asurada: Initialize display
Enable ANX7625 panel and configure display in mainboard_init() to
support display in firmware screen.
BUG=b:155713214
BRANCH=none
TEST=Recovery screen is shown in recovery mode.
Signed-off-by: Huijuan Xie <huijuan.xie@mediatek.corp-partner.google.com>
Change-Id: If730c42451f7b392285df686abc4ca252d8d42cf
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46578
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/mainboard/google/asurada/Kconfig')
-rw-r--r-- | src/mainboard/google/asurada/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/asurada/Kconfig b/src/mainboard/google/asurada/Kconfig index 7c93815ae8..5f5ed856be 100644 --- a/src/mainboard/google/asurada/Kconfig +++ b/src/mainboard/google/asurada/Kconfig @@ -27,6 +27,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_FORCE_NATIVE_VGA_INIT select HAVE_LINEAR_FRAMEBUFFER + select DRIVER_ANALOGIX_ANX7625 config MAINBOARD_DIR string |