summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorChanwoo Choi2014-05-22 07:06:33 +0200
committerChanwoo Choi2014-07-23 03:22:30 +0200
commit914b881f9452fd615cc597b434fd8c0e12a7dae2 (patch)
tree00ca6bc5c90cca061921ef72b60847db3c38e5a9 /drivers/extcon/Makefile
parentextcon: arizona: Get MICVDD against extcon device (diff)
downloadkernel-qcow2-linux-914b881f9452fd615cc597b434fd8c0e12a7dae2.tar.gz
kernel-qcow2-linux-914b881f9452fd615cc597b434fd8c0e12a7dae2.tar.xz
kernel-qcow2-linux-914b881f9452fd615cc597b434fd8c0e12a7dae2.zip
extcon: sm5502: Add support new SM5502 extcon device driver
This patch add new SM5502 MUIC(Micro-USB Interface Controller) device by using EXTCON subsystem. The extcon-sm5502 driver is capable of identifying the type of the external power source and attached accessory. An external power sources, such as Deticated Charger or a standard USB port, are able to charge the battery in the smart phone via the connector. 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 e48abc6d230f..b38546eb522a 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
+obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o