Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 314dafd4 authored by Manu Gautam's avatar Manu Gautam
Browse files

usb: type_c: Rename USB_EXT_TYPE_C to USB_EXT_TYPE_C_PERICOM



There are different ways to detect type-c chargers
using different type-c chips. Hence, rename USB_EXT_TYPE_C
to USB_EXT_TYPE_C_PERICOM which is used for only pericom
type-c driver currently.

Change-Id: Ibdad4744f7cde42febcf9faee0eb83efab7c1a4d
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent c2e38a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_QSEECOM=y
CONFIG_HDCP_QSEECOM=y
CONFIG_USB_EXT_TYPE_C=y
CONFIG_USB_EXT_TYPE_C_PERICOM=y
CONFIG_MSM_ULTRASOUND=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
+3 −3
Original line number Diff line number Diff line
@@ -541,12 +541,12 @@ config UID_CPUTIME
	help
	  Per UID based cpu time statistics exported to /proc/uid_cputime

config USB_EXT_TYPE_C
	tristate "USB Type-C charger detection support using external chip"
config USB_EXT_TYPE_C_PERICOM
	tristate "USB Type-C charger detection support using Pericom chip"
	depends on I2C && POWER_SUPPLY
	help
	  Enables support for the USB Type-C chargers using external
	  chips connected using I2C.
	  pericom chip connected using I2C.

	  This adds support for detecting USB Type-C chargers that
	  can supply upto 3A Vbus current for charging.
+1 −1
Original line number Diff line number Diff line
@@ -65,4 +65,4 @@ obj-$(CONFIG_CXL_BASE) += cxl/
obj-$(CONFIG_UID_CPUTIME) += uid_cputime.o
obj-y				+= qcom/
obj-$(CONFIG_TI_DRV2667) += ti_drv2667.o
obj-$(CONFIG_USB_EXT_TYPE_C)	+= type-c-pericom.o
obj-$(CONFIG_USB_EXT_TYPE_C_PERICOM)	+= type-c-pericom.o