summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorJaewon Kim <jaewon02.kim@samsung.com>2015-02-04 13:56:07 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2015-02-24 09:00:54 +0900
commit27a28d32b4f22a4ae687837aeda6afb42116cca4 (patch)
tree486ae43506df5e382fa4d5b502c5207b11f68e83 /drivers/extcon/Makefile
parente52817faae359ce95c93c2b6eb88b16d4b430181 (diff)
downloadlinux-0-day-27a28d32b4f22a4ae687837aeda6afb42116cca4.tar.gz
linux-0-day-27a28d32b4f22a4ae687837aeda6afb42116cca4.tar.xz
extcon: max77843: Add max77843 MUIC driver
This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> 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 6a08a98dc0692..e1eb2d50e72b8 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -8,6 +8,7 @@ obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
+obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o