aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2009-10-02 02:22:09 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-10-26 10:37:04 +0900
commita87d563873a6f1ee98233b57af665f2d0fc90ebb (patch)
treee1db323f310adc244d0750ff24698b0ed33db493 /drivers/mfd/Makefile
parentLinux 2.6.32-rc3 (diff)
downloadlinux-dev-a87d563873a6f1ee98233b57af665f2d0fc90ebb.tar.xz
linux-dev-a87d563873a6f1ee98233b57af665f2d0fc90ebb.zip
mfd: Add SuperH Mobile SDHI platform driver
This patch adds an MFD driver for the SuperH Mobile SDHI hardware block. At this point the driver simply wraps the tmio-mmc driver with some clock code. In the future this driver is the place to put SDHI specific hotplug code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 f3b277b90d40..d9522943d2fb 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_MFD_SM501) += sm501.o
obj-$(CONFIG_MFD_ASIC3) += asic3.o
+obj-$(CONFIG_MFD_SH_MOBILE_SDHI) += sh_mobile_sdhi.o
obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o