summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-06-07 14:53:59 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-14 21:33:03 +0000
commit592ef1dafdd59629df85b9852fbb629c0323acd6 (patch)
treec31dc2bf908939e9b7816903c3f4775f84d54aca /driver/build.mk
parent417c1411ed94cdbc27e99a3ca829b786b9a4ec4e (diff)
downloadchrome-ec-592ef1dafdd59629df85b9852fbb629c0323acd6.tar.gz
guybrush: Add PS8811 driver
Add PS8811 USB A retimer driver. Reusing USB mux structure even though the retimer does not have a mux. BUG=b:176987937 TEST=Build and run BRANCH=None Signed-off-by: Rob Barnes <robbarnes@google.com> Change-Id: Ie11a105f344e6acc1312cda517fdfe54ecb8c8ea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2946307 Commit-Queue: Diana Z <dzigterman@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index dd57ef69e4..db25932f40 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -166,6 +166,7 @@ driver-$(CONFIG_USBC_RETIMER_NB7V904M)+=retimer/nb7v904m.o
driver-$(CONFIG_USBC_RETIMER_PI3DPX1207)+=retimer/pi3dpx1207.o
driver-$(CONFIG_USBC_RETIMER_PI3HDX1204)+=retimer/pi3hdx1204.o
driver-$(CONFIG_USBC_RETIMER_PS8802)+=retimer/ps8802.o
+driver-$(CONFIG_USBC_RETIMER_PS8811)+=retimer/ps8811.o
driver-$(CONFIG_USBC_RETIMER_PS8818)+=retimer/ps8818.o
driver-$(CONFIG_USBC_RETIMER_TUSB544)+=retimer/tusb544.o