diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:51 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:42:21 -0500 |
commit | 55132b8b4630a4b03d5c5556808c8d3866381536 (patch) | |
tree | 98625f4a1b884763fe0641d15c7dd4581d4c7166 /arch/arm/plat-s3c64xx/Kconfig | |
parent | 26da1bfc567e10ca20cf2ffa97dcdcbd5112275b (diff) |
[ARM] S3C64XX: Add i2c device setup for I2C device 0
Add the necessary device initialisation information
for I2C device 0.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 842200abeb36..0bcbe663e2f0 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -37,4 +37,15 @@ config CPU_S3C6400_CLOCK | |||
37 | Common clock support code for the S3C6400 that is shared | 37 | Common clock support code for the S3C6400 that is shared |
38 | by other CPUs in the series, such as the S3C6410. | 38 | by other CPUs in the series, such as the S3C6410. |
39 | 39 | ||
40 | # platform specific device setup | ||
41 | |||
42 | config S3C64XX_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 | |||
40 | endif | 51 | endif |