summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-08-15 13:54:19 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-16 00:30:06 -0700
commit165ee29673b058ba5f4550d5b6e1dfecb179bb22 (patch)
treef41ba0d0f840bc20d688827ba29fdfa88bfa4be1 /driver/build.mk
parentbaacee39d493a578b40227385d423a8a54629eba (diff)
downloadchrome-ec-165ee29673b058ba5f4550d5b6e1dfecb179bb22.tar.gz
ppc: nx20p3483: Rename driver to nx20p348x to support NX20P3481
This CL doesn't change any functionality, but renames the driver from 3483 to 348x. The motivation for this is that we need to support the NX20P3481 PPC as well. Those chips use the same registers, but the 3481 adds FRS support and sink/source control is done via I2C writes instead of gpio controls. Because the chips are slighlty different the config option CONFIG_USBC_PPC_NX20P3483 needs to remain. BUG=b:111281797 BRANCH=none TEST=make -j buildall Change-Id: Ie1085140eb2ef23c0b6e1a79a6f2d7f823326c6d Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1176382 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/build.mk b/driver/build.mk
index 44673c07bf..ad3283ce3c 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -126,7 +126,7 @@ driver-$(CONFIG_USB_MUX_VIRTUAL)+=usb_mux_virtual.o
# Type-C Power Path Controllers (PPC)
driver-$(CONFIG_USBC_PPC_SN5S330)+=ppc/sn5s330.o
-driver-$(CONFIG_USBC_PPC_NX20P3483)+=ppc/nx20p3483.o
+driver-$(CONFIG_USBC_PPC_NX20P3483)+=ppc/nx20p348x.o
# video converters
driver-$(CONFIG_MCDP28X0)+=mcdp28x0.o