diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 16:14:57 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 23:46:05 +0000 |
commit | d7ea3743ca9939eb71931dedb613d14ff7201d02 (patch) | |
tree | 35c0cec6a6d9634009250d6fd273221e6ecc4376 /arch/arm/mach-s3c6410/Kconfig | |
parent | f9e2f3453c2357b56870b483fbc4bfd950456625 (diff) |
[ARM] SMDK6410: Add second I2C channel.
Add the second I2C channel on the SMDK6410.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 32bdc93fc1f..2462693a112 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -23,6 +23,8 @@ config MACH_SMDK6410 bool "SMDK6410" select CPU_S3C6410 select S3C_DEV_HSMMC + select S3C_DEV_I2C1 select S3C6410_SETUP_SDHCI + select S3C64XX_SETUP_I2C1 help Machine support for the Samsung SMDK6410 |