summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorAlbert Herranz2009-12-18 00:27:20 +0100
committerLinus Torvalds2009-12-18 00:45:32 +0100
commit1144ab5d4b2da9f964d126105c6b3ced939eb073 (patch)
treebaba32874021651f2387a0181a12a9b26c847444 /drivers/mmc/host/Makefile
parentsdhci-of: reorganize driver to support additional hardware (diff)
downloadkernel-qcow2-linux-1144ab5d4b2da9f964d126105c6b3ced939eb073.tar.gz
kernel-qcow2-linux-1144ab5d4b2da9f964d126105c6b3ced939eb073.tar.xz
kernel-qcow2-linux-1144ab5d4b2da9f964d126105c6b3ced939eb073.zip
sdhci-of: add support for the wii sdhci controller
Add support for the Secure Digital Host Controller Interface found on the "Hollywood" chipset of the Nintendo Wii video game console. Signed-off-by: Albert Herranz <albert_herranz@yahoo.es> Cc: <linux-mmc@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index cbda9b2b912b..3d253dd4240f 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o
obj-$(CONFIG_MMC_SDHCI_OF) += sdhci-of.o
sdhci-of-y := sdhci-of-core.o
sdhci-of-$(CONFIG_MMC_SDHCI_OF_ESDHC) += sdhci-of-esdhc.o
+sdhci-of-$(CONFIG_MMC_SDHCI_OF_HLWD) += sdhci-of-hlwd.o
ifeq ($(CONFIG_CB710_DEBUG),y)
CFLAGS-cb710-mmc += -DDEBUG