File tree 3 files changed +503
-0
lines changed 3 files changed +503
-0
lines changed Original file line number Diff line number Diff line change @@ -759,6 +759,13 @@ config I2C_OMAP
759
759
Like OMAP1510/1610/1710/5912 and OMAP242x.
760
760
For details see http://www.ti.com/omap.
761
761
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
+
762
769
config I2C_PASEMI
763
770
tristate "PA Semi SMBus interface"
764
771
depends on PPC_PASEMI && PCI
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ obj-$(CONFIG_I2C_MXS) += i2c-mxs.o
76
76
obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o
77
77
obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o
78
78
obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
79
+ obj-$(CONFIG_I2C_OWL) += i2c-owl.o
79
80
obj-$(CONFIG_I2C_PASEMI) += i2c-pasemi.o
80
81
obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
81
82
obj-$(CONFIG_I2C_PMCMSP) += i2c-pmcmsp.o
You can’t perform that action at this time.
0 commit comments