diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-18 06:38:44 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 05:23:37 -0400 |
commit | 51ffd971edb2d5187007967c14712a8ed956c092 (patch) | |
tree | 051b8ec9aacc970bd291c4cb7ac5da54f77b4c7a /arch/arm/mach-s5pc100/Kconfig | |
parent | b884c0e07058478bff82b8edcecff4e2919fa361 (diff) |
ARM: S5PC100: Move i2c helpers from plat-s5pc1xx to mach-s5pc100
Move i2c helpers from plat-s5pc1xx to mach-s5pc100.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index 7d9b68c8fef5..8593337784e1 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
@@ -23,6 +23,11 @@ config S5PC100_SETUP_SDHCI | |||
23 | help | 23 | help |
24 | Internal helper functions for S5PC100 based SDHCI systems | 24 | Internal helper functions for S5PC100 based SDHCI systems |
25 | 25 | ||
26 | config S5PC100_SETUP_I2C1 | ||
27 | bool | ||
28 | help | ||
29 | Common setup code for i2c bus 1. | ||
30 | |||
26 | config MACH_SMDKC100 | 31 | config MACH_SMDKC100 |
27 | bool "SMDKC100" | 32 | bool "SMDKC100" |
28 | select CPU_S5PC100 | 33 | select CPU_S5PC100 |
@@ -31,9 +36,8 @@ config MACH_SMDKC100 | |||
31 | select S3C_DEV_HSMMC | 36 | select S3C_DEV_HSMMC |
32 | select S3C_DEV_HSMMC1 | 37 | select S3C_DEV_HSMMC1 |
33 | select S3C_DEV_HSMMC2 | 38 | select S3C_DEV_HSMMC2 |
34 | select S5PC1XX_SETUP_I2C0 | ||
35 | select S5PC1XX_SETUP_I2C1 | ||
36 | select S5PC100_SETUP_FB_24BPP | 39 | select S5PC100_SETUP_FB_24BPP |
40 | select S5PC100_SETUP_I2C1 | ||
37 | select S5PC100_SETUP_SDHCI | 41 | select S5PC100_SETUP_SDHCI |
38 | help | 42 | help |
39 | Machine support for the Samsung SMDKC100 | 43 | Machine support for the Samsung SMDKC100 |