Skip to content

Commit

Permalink
i2c: Enable i2c-s3c2410 for S3C64XX too
Browse files Browse the repository at this point in the history
This controller is also present on the S3C64xx series processors so
enable the driver in Kconfig for those platforms.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 11, 2009
1 parent 1904b03 commit 89bc5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ config I2C_PXA_SLAVE

config I2C_S3C2410
tristate "S3C2410 I2C Driver"
depends on ARCH_S3C2410
depends on ARCH_S3C2410 || ARCH_S3C64XX
help
Say Y here to include support for I2C controller in the
Samsung S3C2410 based System-on-Chip devices.
Expand Down

0 comments on commit 89bc5d4

Please sign in to comment.