diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2022-06-17 13:21:29 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-23 12:15:22 +0000 |
commit | 9541739f7935e7c52090da723e752cc5883c7f29 (patch) | |
tree | 449a68aaca8c0f1ab70be37074c06ed8e28873a2 /src | |
parent | ea66f8280b5378fe70beb0dfdf84a040aa2dda0b (diff) |
mb/google/brya/var/ghost4adl: Enable TCSS display detection by default
Initial boards will not have an internal panel. Enable TCSS display
detection so we can boot on an external panel over Type-C.
BUG=b:235294840
BRANCH=firmware-brya-14505.B
TEST=emerge-ghost coreboot
Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I6f65ddc24701d6f6ad0250560cc05b5e1d32370f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65209
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Caveh Jalali <caveh@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index b9ddcb939a..e0ade9ef8f 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -60,6 +60,7 @@ config BOARD_GOOGLE_FELWINTER config BOARD_GOOGLE_GHOST4ADL bool "-> Ghost4ADL" select BOARD_GOOGLE_BASEBOARD_BRYA + select ENABLE_TCSS_DISPLAY_DETECTION if RUN_FSP_GOP config BOARD_GOOGLE_GIMBLE bool "-> Gimble" |