diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:55 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:56:41 -0500 |
commit | 1aba834da12989bb769d1dcbf6b0ea29f730c92c (patch) | |
tree | 4f06c055eb265919ab137a49a21d3a5ace5d393d /arch/arm/plat-s3c/Kconfig | |
parent | 8f995cc3ac94b114fe84782b023d8706d1adf960 (diff) |
[ARM] S3C: Add i2c1 device definition
Add device definition and support functions for the
second i2c device (i2c1). If this is selected, the first
i2c bus will become index 0 instead of index -1.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index e6e64968a611..d7a6e487f218 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -160,3 +160,9 @@ config S3C_DEV_HSMMC1 | |||
160 | depends on PLAT_S3C | 160 | depends on PLAT_S3C |
161 | help | 161 | help |
162 | Compile in platform device definitions for HSMMC channel 1 | 162 | Compile in platform device definitions for HSMMC channel 1 |
163 | |||
164 | config S3C_DEV_I2C1 | ||
165 | bool | ||
166 | depends on PLAT_S3C | ||
167 | help | ||
168 | Compile in platform device definitions for I2C channel 1 | ||