summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Makefile
diff options
context:
space:
mode:
authorAlexander Aring <a.aring@phytec.de>2011-12-21 08:50:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-21 12:48:08 +0100
commit659f150e90d8bfcf8aa4c51bd3ab552f42e288f0 (patch)
tree20f239795617794eaca566b321825d0b7da36283 /drivers/mci/Makefile
parent8658e6a9528c7e65bf7a3732d815f662c9c8ed11 (diff)
downloadbarebox-659f150e90d8bfcf8aa4c51bd3ab552f42e288f0.tar.gz
barebox-659f150e90d8bfcf8aa4c51bd3ab552f42e288f0.tar.xz
omap_hsmmc: setup mmc voltage on twl6030
Support the setup of the mmc voltage, when booting OMAP4 with twl6030 from nand. Signed-off-by: Alexander Aring <a.aring@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Makefile')
-rw-r--r--drivers/mci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile
index 0fc31af744..b7bb846291 100644
--- a/drivers/mci/Makefile
+++ b/drivers/mci/Makefile
@@ -4,6 +4,7 @@ obj-$(CONFIG_MCI_S3C) += s3c.o
obj-$(CONFIG_MCI_IMX) += imx.o
obj-$(CONFIG_MCI_IMX_ESDHC) += imx-esdhc.o
obj-$(CONFIG_MCI_OMAP_HSMMC) += omap_hsmmc.o
+obj-$(CONFIG_I2C_TWL6030) += twl6030.o
obj-$(CONFIG_MCI_PXA) += pxamci.o
obj-$(CONFIG_MCI_ATMEL) += atmel_mci.o
obj-$(CONFIG_MCI_SPI) += mci_spi.o