Message ID | 1293018885-15239-9-git-send-email-jtp.park@samsung.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig index 7e5dfe3..d1296f4 100644 --- a/arch/arm/mach-s5pv310/Kconfig +++ b/arch/arm/mach-s5pv310/Kconfig @@ -86,6 +86,7 @@ config MACH_SMDKC210 select S5PV310_SETUP_SDHCI select S5P_DEV_FB select S5PV310_SETUP_FB + 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 7de3092..81e338a 100644 --- a/arch/arm/mach-s5pv310/mach-smdkc210.c +++ b/arch/arm/mach-s5pv310/mach-smdkc210.c @@ -273,6 +273,9 @@ static struct platform_device *smdkc210_devices[] __initdata = { &smdkc210_smsc911x, &s5pv310_device_fb0, &s3c_device_spi_gpio, +#ifdef CONFIG_VIDEO_SAMSUNG_S5P_MFC + &s5p_device_mfc, +#endif }; static void __init smdkc210_smsc911x_init(void)