diff options
author | Michael Auchter <michael.auchter@ni.com> | 2020-10-15 16:07:34 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2020-12-11 09:01:09 +0100 |
commit | 06bc4ca115cddabba0faa801488bd946a48c0bf7 (patch) | |
tree | 3a91e65b8bdf491b18b5e2a1c3f379f5ba234815 /drivers/extcon/Kconfig | |
parent | Linux 5.10-rc7 (diff) | |
download | linux-06bc4ca115cddabba0faa801488bd946a48c0bf7.tar.xz linux-06bc4ca115cddabba0faa801488bd946a48c0bf7.zip |
extcon: Add driver for TI TUSB320
This patch adds an extcon driver for the TI TUSB320 USB Type-C device.
This can be used to detect whether the port is configured as a
downstream or upstream facing port.
Signed-off-by: Michael Auchter <michael.auchter@ni.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index aac507bff135..af58ebca2bf6 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig @@ -186,4 +186,12 @@ config EXTCON_USBC_CROS_EC Say Y here to enable USB Type C cable detection extcon support when using Chrome OS EC based USB Type-C ports. +config EXTCON_USBC_TUSB320 + tristate "TI TUSB320 USB-C extcon support" + depends on I2C + select REGMAP_I2C + help + Say Y here to enable support for USB Type C cable detection extcon + support using a TUSB320. + endif |