Skip to content

Commit

Permalink
usb: typec: anx7411: Add Analogix PD ANX7411 support
Browse files Browse the repository at this point in the history
Add driver for analogix ANX7411 USB Type-C DRP port controller.

Signed-off-by: Xin Ji <xji@analogixsemi.com>
  • Loading branch information
Xin-ANX authored and intel-lab-lkp committed Jan 21, 2022
1 parent 9bdcf3f commit f75d15d
Show file tree
Hide file tree
Showing 4 changed files with 1,756 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/usb/typec/Kconfig
Expand Up @@ -52,6 +52,17 @@ source "drivers/usb/typec/ucsi/Kconfig"

source "drivers/usb/typec/tipd/Kconfig"

config TYPEC_ANX7411
tristate "Analogix ANX7411 Type-C DRP Port controller driver"
depends on I2C
depends on USB_ROLE_SWITCH
help
Say Y or M here if your system has Analogix ANX7411 Type-C DRP Port
controller driver.

If you choose to build this driver as a dynamically linked module, the
module will be called anx7411.ko.

config TYPEC_HD3SS3220
tristate "TI HD3SS3220 Type-C DRP Port controller driver"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/typec/Makefile
Expand Up @@ -6,6 +6,7 @@ obj-$(CONFIG_TYPEC) += altmodes/
obj-$(CONFIG_TYPEC_TCPM) += tcpm/
obj-$(CONFIG_TYPEC_UCSI) += ucsi/
obj-$(CONFIG_TYPEC_TPS6598X) += tipd/
obj-$(CONFIG_TYPEC_ANX7411) += anx7411.o
obj-$(CONFIG_TYPEC_HD3SS3220) += hd3ss3220.o
obj-$(CONFIG_TYPEC_QCOM_PMIC) += qcom-pmic-typec.o
obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o
Expand Down

0 comments on commit f75d15d

Please sign in to comment.