diff options
| -rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 3 | ||||
| -rw-r--r-- | arch/arm/mach-s5pc100/mach-smdkc100.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index ab038d090764..77ae4bfb74ba 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
| @@ -65,6 +65,9 @@ config MACH_SMDKC100 | |||
| 65 | select S5PC100_SETUP_IDE | 65 | select S5PC100_SETUP_IDE |
| 66 | select S5PC100_SETUP_KEYPAD | 66 | select S5PC100_SETUP_KEYPAD |
| 67 | select S5PC100_SETUP_SDHCI | 67 | select S5PC100_SETUP_SDHCI |
| 68 | select S5P_DEV_FIMC0 | ||
| 69 | select S5P_DEV_FIMC1 | ||
| 70 | select S5P_DEV_FIMC2 | ||
| 68 | help | 71 | help |
| 69 | Machine support for the Samsung SMDKC100 | 72 | Machine support for the Samsung SMDKC100 |
| 70 | 73 | ||
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index a63c8a46571d..2dc519c172ec 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c | |||
| @@ -193,6 +193,9 @@ static struct platform_device *smdkc100_devices[] __initdata = { | |||
| 193 | &samsung_device_keypad, | 193 | &samsung_device_keypad, |
| 194 | &s5pc100_device_ac97, | 194 | &s5pc100_device_ac97, |
| 195 | &s3c_device_rtc, | 195 | &s3c_device_rtc, |
| 196 | &s5p_device_fimc0, | ||
| 197 | &s5p_device_fimc1, | ||
| 198 | &s5p_device_fimc2, | ||
| 196 | }; | 199 | }; |
| 197 | 200 | ||
| 198 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { | 201 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { |
