diff options
author | Seungwon Jeon <tgih.jun@samsung.com> | 2011-07-21 00:34:58 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-21 01:46:43 +0900 |
commit | d79195897e610bd0d3563ec401cfd29d836ce0e6 (patch) | |
tree | aea2b86565f561005dca716d2af4c6517b7e9435 /arch/arm/mach-exynos4/Makefile | |
parent | 3a1a2b9e69b22a7d9e3c2d9410309ccbedc0ef8f (diff) | |
download | linux-d79195897e610bd0d3563ec401cfd29d836ce0e6.tar.gz linux-d79195897e610bd0d3563ec401cfd29d836ce0e6.tar.bz2 linux-d79195897e610bd0d3563ec401cfd29d836ce0e6.zip |
ARM: EXYNOS4: Add platform device for dwmci driver
This patch adds platform device for Synopsys DesignWare
Multimedia Card Interface driver.
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Makefile')
-rw-r--r-- | arch/arm/mach-exynos4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile index c8e880e7144a..2a0b68220b2f 100644 --- a/arch/arm/mach-exynos4/Makefile +++ b/arch/arm/mach-exynos4/Makefile @@ -38,6 +38,7 @@ obj-y += dev-audio.o obj-$(CONFIG_EXYNOS4_DEV_AHCI) += dev-ahci.o obj-$(CONFIG_EXYNOS4_DEV_PD) += dev-pd.o obj-$(CONFIG_EXYNOS4_DEV_SYSMMU) += dev-sysmmu.o +obj-$(CONFIG_EXYNOS4_DEV_DWMCI) += dev-dwmci.o obj-$(CONFIG_EXYNOS4_SETUP_FIMC) += setup-fimc.o obj-$(CONFIG_EXYNOS4_SETUP_I2C1) += setup-i2c1.o |