From 20b99a7070220a3ef191ca20a4b1155b0acc4e18 Mon Sep 17 00:00:00 2001 From: Wai-Hong Tam Date: Mon, 31 Aug 2020 15:46:46 -0700 Subject: driver: Add LN9310 switchcap driver Add LN9310 2:1 and 3:1 switchcap driver. It will be used in Trogdor projects. BRANCH=None BUG=b:163867792 TEST=Defined the CONFIG and built correctly. Change-Id: I14b55c7cd3be06e3811cc58a182b1694e6ad57ff Signed-off-by: Wai-Hong Tam Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2386481 Reviewed-by: Stephen Boyd --- driver/build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'driver/build.mk') diff --git a/driver/build.mk b/driver/build.mk index d970bd142b..5645c16094 100644 --- a/driver/build.mk +++ b/driver/build.mk @@ -180,6 +180,9 @@ endif driver-$(CONFIG_USBC_PPC_SYV682X)+=ppc/syv682x.o driver-$(CONFIG_USBC_PPC_NX20P3483)+=ppc/nx20p348x.o +# Switchcap +driver-$(CONFIG_LN9310)+=ln9310.o + # video converters driver-$(CONFIG_MCDP28X0)+=mcdp28x0.o -- cgit v1.2.1