This patch adds MFC v5.1 platform device support for SMDKC210.
Reviewed-by: Peter Oh <[email protected]>
Signed-off-by: Jeongtae Park <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Cc: Kamil Debski <[email protected]>
---
arch/arm/mach-s5pv310/Kconfig | 1 +
arch/arm/mach-s5pv310/mach-smdkc210.c | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index 09c4c21..c87d7b4 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -89,6 +89,7 @@ config MACH_SMDKC210
select S5PV310_SETUP_I2C1
select S5PV310_SETUP_SDHCI
select S5PV310_DEV_SYSMMU
+ select S5P_DEV_MFC
help
Machine support for Samsung SMDKC210
S5PC210(MCP) is one of package option of S5PV310
diff --git a/arch/arm/mach-s5pv310/mach-smdkc210.c
b/arch/arm/mach-s5pv310/mach-smdkc210.c
index d9cab02..86bd10d 100644
--- a/arch/arm/mach-s5pv310/mach-smdkc210.c
+++ b/arch/arm/mach-s5pv310/mach-smdkc210.c
@@ -166,6 +166,9 @@ static struct platform_device *smdkc210_devices[]
__initdata = {
&s5pv310_device_sysmmu,
&samsung_asoc_dma,
&smdkc210_smsc911x,
+#ifdef CONFIG_VIDEO_SAMSUNG_S5P_MFC
+ &s5p_device_mfc,
+#endif
};
static void __init smdkc210_smsc911x_init(void)
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html