summaryrefslogtreecommitdiff
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorStanley Chang <stanley_chang@realtek.com>2023-09-04 08:12:47 +0300
committerChanwoo Choi <cw00.choi@samsung.com>2023-10-06 05:25:11 +0300
commit8a590d7371f02ba37d073bed9f988f529f95a03c (patch)
treeb1c0133b3729f2594f27cf29f91a2eed827a01f2 /drivers/extcon/Makefile
parent8a749fd1a8720d4619c91c8b6e7528c0a355c0aa (diff)
downloadlinux-8a590d7371f02ba37d073bed9f988f529f95a03c.tar.xz
extcon: add Realtek DHC RTD SoC Type-C driver
This patch adds the extcon driver for Realtek DHC (digital home center) RTD SoCs type-c module. This can be used to detect whether the port is configured as a downstream or upstream facing port. And notify the status of extcon to listeners. Link: https://lore.kernel.org/lkml/20230904051253.23208-2-stanley_chang@realtek.com/ Signed-off-by: Stanley Chang <stanley_chang@realtek.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Makefile')
-rw-r--r--drivers/extcon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile
index 1b390d934ca9..f779adb5e4c7 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -25,3 +25,4 @@ obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o
obj-$(CONFIG_EXTCON_USBC_CROS_EC) += extcon-usbc-cros-ec.o
obj-$(CONFIG_EXTCON_USBC_TUSB320) += extcon-usbc-tusb320.o
+obj-$(CONFIG_EXTCON_RTK_TYPE_C) += extcon-rtk-type-c.o