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/plat-s5pc1xx/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/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index 708f7a0de065..c7bd2bbda239 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig | |||
@@ -39,20 +39,6 @@ config CPU_S5PC100_CLOCK | |||
39 | 39 | ||
40 | # platform specific device setup | 40 | # platform specific device setup |
41 | 41 | ||
42 | config S5PC1XX_SETUP_I2C0 | ||
43 | bool | ||
44 | default y | ||
45 | help | ||
46 | Common setup code for i2c bus 0. | ||
47 | |||
48 | Note, currently since i2c0 is always compiled, this setup helper | ||
49 | is always compiled with it. | ||
50 | |||
51 | config S5PC1XX_SETUP_I2C1 | ||
52 | bool | ||
53 | help | ||
54 | Common setup code for i2c bus 1. | ||
55 | |||
56 | config S5PC1XX_SETUP_SDHCI_GPIO | 42 | config S5PC1XX_SETUP_SDHCI_GPIO |
57 | bool | 43 | bool |
58 | help | 44 | help |