From 659f150e90d8bfcf8aa4c51bd3ab552f42e288f0 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Wed, 21 Dec 2011 08:50:30 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- drivers/mci/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mci/Makefile') 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 -- cgit v1.2.3