summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-05-24 14:15:17 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-25 19:43:02 +0000
commit4d34f8f2180b0dd671219154eab2e420dcf96734 (patch)
treeb8f9a78d14a4656b2bebbd646b425969c1fc2a4e /driver/build.mk
parent3bc00128c407e78b55adc0b6f2d1cf5dcb3050e4 (diff)
downloadchrome-ec-4d34f8f2180b0dd671219154eab2e420dcf96734.tar.gz
TDP142: Initial driver
Initial driver for the TDP142, a DisplayPort redriver chip. The initial implementation simply provides access to the chip's control selection since it must be explicitly enabled after the chip powers on. BRANCH=None BUG=b:187856682 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I4afe4b0453ef49154b766166f608bd3d0fb8848f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2915823 Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index 72bbd46a89..93536b76f7 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -75,6 +75,9 @@ driver-$(CONFIG_CHARGER_RT9467)+=charger/rt946x.o
driver-$(CONFIG_CHARGER_SY21612)+=charger/sy21612.o
driver-$(CONFIG_CHARGER_SM5803)+=charger/sm5803.o
+# DP Redrivers
+driver-$(CONFIG_DP_REDRIVER_TDP142)+=retimer/tdp142.o
+
# Fingerprint Sensors
include $(_driver_cur_dir)fingerprint/build.mk