aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/trogdor/Kconfig
diff options
context:
space:
mode:
authorVinod Polimera <vpolimer@codeaurora.org>2021-03-16 18:37:40 +0530
committerJulius Werner <jwerner@chromium.org>2021-08-03 21:22:26 +0000
commite8cd480046b2f8660c52d5503d5cc0cd4a5cd002 (patch)
treea736c1e6fe9c69b11a90c2be2fc53c737e82c05d /src/mainboard/google/trogdor/Kconfig
parent8ca68cf2ae8d172c237cf05d37f2b5c5a2775f9f (diff)
sc7180: Add display support for mipi panels
- configure TROGDOR_HAS_MIPI_PANEL to "n" by default, it can be updated for mipi panels. - add simple rm69299 panel as an example to append new mipi panels. - use existing edid struct to update mipi panel parameters. - add dsi command tx interface for mipi panel on commands. Change-Id: Id698265a4e2399ad1c26e026e9a5f8ecd305467f Signed-off-by: Vinod Polimera <vpolimer@codeaurora.org> Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52662 Reviewed-by: Shelley Chen <shchen@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/trogdor/Kconfig')
-rw-r--r--src/mainboard/google/trogdor/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig
index 1ef8398cc6..ad86a5344a 100644
--- a/src/mainboard/google/trogdor/Kconfig
+++ b/src/mainboard/google/trogdor/Kconfig
@@ -12,6 +12,10 @@ config TROGDOR_HAS_BRIDGE_BACKLIGHT
default y if BOARD_GOOGLE_HOMESTAR
default n
+config TROGDOR_HAS_MIPI_PANEL
+ bool
+ default n
+
config TROGDOR_HAS_FINGERPRINT
bool
default y if BOARD_GOOGLE_COACHZ