summaryrefslogtreecommitdiffstats
path: root/drivers/staging/typec/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck2017-04-27 23:09:57 +0200
committerGreg Kroah-Hartman2017-04-28 11:29:00 +0200
commit74e656d6b0551999194b5ab1e45ff8b1e82b898e (patch)
treeef0e87635731d310ff044b1b6588e61967c2eb10 /drivers/staging/typec/Makefile
parentstaging: typec: USB Type-C Port Manager (tcpm) (diff)
downloadkernel-qcow2-linux-74e656d6b0551999194b5ab1e45ff8b1e82b898e.tar.gz
kernel-qcow2-linux-74e656d6b0551999194b5ab1e45ff8b1e82b898e.tar.xz
kernel-qcow2-linux-74e656d6b0551999194b5ab1e45ff8b1e82b898e.zip
staging: typec: Type-C Port Controller Interface driver (tcpci)
The port controller interface driver interconnects the Type-C Port Manager with a Type-C Port Controller Interface (TCPCI) compliant port controller. Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/typec/Makefile')
-rw-r--r--drivers/staging/typec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/typec/Makefile b/drivers/staging/typec/Makefile
index 4d82c2480fc2..144f7ae60a7b 100644
--- a/drivers/staging/typec/Makefile
+++ b/drivers/staging/typec/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_TYPEC_TCPM) += tcpm.o
+obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o