summaryrefslogtreecommitdiff
path: root/drivers/extcon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r--drivers/extcon/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig
index 04788d92ea52..462660029e9a 100644
--- a/drivers/extcon/Kconfig
+++ b/drivers/extcon/Kconfig
@@ -132,4 +132,13 @@ config EXTCON_USB_GPIO
Say Y here to enable GPIO based USB cable detection extcon support.
Used typically if GPIO is used for USB ID pin detection.
+config EXTCON_PTN5150
+ tristate "NXP PTN5150 CC Logic For Type-C Applications"
+ depends on I2C && GPIOLIB
+ select REGMAP_I2C
+ help
+ Say Y here to enable NXP PTN5150 CC logic for Type-C applications,
+ this chip can supply the CC flip, attach and detach detection.
+
+
endif