aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2012-05-09 12:31:58 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 15:14:19 -0700
commitb76668ba8a7722f589af2e13a340f3629430a35a (patch)
treeacc6ea6cac985e3c6b2ef08f5d20eb53e055fffe /drivers/extcon/Makefile
parentkmsg - add Documentation/ABI/testing/dev-kmsg (diff)
downloadlinux-dev-b76668ba8a7722f589af2e13a340f3629430a35a.tar.xz
linux-dev-b76668ba8a7722f589af2e13a340f3629430a35a.zip
Extcon: add MAX8997 extcon driver
This patch add extcon-max8997 driver to support the muic feature of Maxim max8997 by using Extcon framework. The extcon-max8997 driver is implemented based on 'drivers/misc/ max8997-muic.c' and then use Extcon interface instead of callback function in struct max8997_muic_platform_data to notify cable state of notifee which want to know always newly cable state when external connector(e.g., USB, TA, JIG) is attached or detached. v1 - Use Extcon interface to notify cable state of notifee instead of callback function when external connector is attached or detached. - Bug fix of getting platform_data for irq_base value. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 2c46d4176d18..86020bdb6da0 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_EXTCON) += extcon_class.o
obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o
+obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o