aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorDonggeun Kim <dg77.kim@samsung.com>2011-11-24 18:12:18 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-09 00:37:32 +0100
commit99f09bebbe4e9e008a4e0555340494840c6bd644 (patch)
tree6e7bf515c045d46b7640620fb1e1253d40463ef9 /drivers/misc/Makefile
parentmfd: Add platform data for MAX8997 MUIC driver (diff)
downloadlinux-dev-99f09bebbe4e9e008a4e0555340494840c6bd644.tar.xz
linux-dev-99f09bebbe4e9e008a4e0555340494840c6bd644.zip
misc: Add driver support for MAX8997 MUIC
The MUIC function in MAX8997 device can be used as a USB port detector and switch. This patch supports the MUIC feature of MAX8997. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index b26495a02554..3e1d80106f04 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -48,3 +48,4 @@ obj-y += lis3lv02d/
obj-y += carma/
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
+obj-$(CONFIG_MAX8997_MUIC) += max8997-muic.o