aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
-rw-r--r--arch/arm/mach-exynos/mach-nuri.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 16b2bd1eb461..1f81bfa15ff9 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -274,6 +274,7 @@ config MACH_NURI
274 select S3C_DEV_I2C5 274 select S3C_DEV_I2C5
275 select S3C_DEV_I2C6 275 select S3C_DEV_I2C6
276 select S5P_DEV_CSIS0 276 select S5P_DEV_CSIS0
277 select S5P_DEV_JPEG
277 select S5P_DEV_FIMC0 278 select S5P_DEV_FIMC0
278 select S5P_DEV_FIMC1 279 select S5P_DEV_FIMC1
279 select S5P_DEV_FIMC2 280 select S5P_DEV_FIMC2
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c
index a0ca6307e076..92e3cf0101c4 100644
--- a/arch/arm/mach-exynos/mach-nuri.c
+++ b/arch/arm/mach-exynos/mach-nuri.c
@@ -1323,6 +1323,7 @@ static struct platform_device *nuri_devices[] __initdata = {
1323 &i2c9_gpio, 1323 &i2c9_gpio,
1324 &s3c_device_adc, 1324 &s3c_device_adc,
1325 &s5p_device_g2d, 1325 &s5p_device_g2d,
1326 &s5p_device_jpeg,
1326 &s3c_device_rtc, 1327 &s3c_device_rtc,
1327 &s5p_device_mfc, 1328 &s5p_device_mfc,
1328 &s5p_device_mfc_l, 1329 &s5p_device_mfc_l,