Skip to content

Commit d211e62

Browse files
Mani-SadhasivamWolfram Sang
authored and
Wolfram Sang
committed
i2c: Add Actions Semiconductor Owl family S900 I2C driver
Add Actions Semiconductor Owl family S900 I2C driver. Signed-off-by: Manivannan Sadhasivam <[email protected]> Acked-by: Peter Rosin <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 5344cbf commit d211e62

File tree

3 files changed

+503
-0
lines changed

3 files changed

+503
-0
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,13 @@ config I2C_OMAP
759759
Like OMAP1510/1610/1710/5912 and OMAP242x.
760760
For details see http://www.ti.com/omap.
761761

762+
config I2C_OWL
763+
tristate "Actions Semiconductor Owl I2C Controller"
764+
depends on ARCH_ACTIONS || COMPILE_TEST
765+
help
766+
Say Y here if you want to use the I2C bus controller on
767+
the Actions Semiconductor Owl SoC's.
768+
762769
config I2C_PASEMI
763770
tristate "PA Semi SMBus interface"
764771
depends on PPC_PASEMI && PCI

drivers/i2c/busses/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ obj-$(CONFIG_I2C_MXS) += i2c-mxs.o
7676
obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o
7777
obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o
7878
obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
79+
obj-$(CONFIG_I2C_OWL) += i2c-owl.o
7980
obj-$(CONFIG_I2C_PASEMI) += i2c-pasemi.o
8081
obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
8182
obj-$(CONFIG_I2C_PMCMSP) += i2c-pmcmsp.o

0 commit comments

Comments
 (0)