diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-02 02:22:09 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 10:37:04 +0900 |
commit | a87d563873a6f1ee98233b57af665f2d0fc90ebb (patch) | |
tree | e1db323f310adc244d0750ff24698b0ed33db493 /drivers/mfd/Makefile | |
parent | 374576a8b6f865022c0fd1ca62396889b23d66dd (diff) | |
download | op-kernel-dev-a87d563873a6f1ee98233b57af665f2d0fc90ebb.zip op-kernel-dev-a87d563873a6f1ee98233b57af665f2d0fc90ebb.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index f3b277b..d952294 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 |