summaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@gnudd.com>2012-04-12 10:48:44 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-09 15:34:28 +0200
commit35bdd29095ad614c5fb4a934bfd4f57a94dfd395 (patch)
tree26db4b35f5f05d4a160235aa02ba5cb579c5f2f9 /drivers/mfd/Makefile
parentceb57d27e28a8f979cbfd6391b7da6da51484059 (diff)
downloadlinux-3.10-35bdd29095ad614c5fb4a934bfd4f57a94dfd395.tar.gz
linux-3.10-35bdd29095ad614c5fb4a934bfd4f57a94dfd395.tar.bz2
linux-3.10-35bdd29095ad614c5fb4a934bfd4f57a94dfd395.zip
mfd: Add driver for STA2X11 MFD block
This also introduces <asm/sta2x11.h> to export a function that is in the base sta2x11 support patches. The header will increase with other prototypes and constants over time. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 5dd6be7aa35..0dc55cbefa0 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_MFD_DAVINCI_VOICECODEC) += davinci_voicecodec.o
obj-$(CONFIG_MFD_DM355EVM_MSP) += dm355evm_msp.o
obj-$(CONFIG_MFD_TI_SSP) += ti-ssp.o
+obj-$(CONFIG_MFD_STA2X11) += sta2x11-mfd.o
obj-$(CONFIG_MFD_STMPE) += stmpe.o
obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o