diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-08-01 23:32:31 +0530 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-08-04 22:56:02 +0200 |
commit | d211e62af46693f90f6386085817e22239e3fe79 (patch) | |
tree | 522a3bfd630e7656def1f9254e04d96450f15a2f /drivers/i2c/busses/Kconfig | |
parent | dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controller (diff) | |
download | linux-dev-d211e62af46693f90f6386085817e22239e3fe79.tar.xz linux-dev-d211e62af46693f90f6386085817e22239e3fe79.zip |
i2c: Add Actions Semiconductor Owl family S900 I2C driver
Add Actions Semiconductor Owl family S900 I2C driver.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 4a05e1077d60..451d4ae50e66 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -759,6 +759,13 @@ config I2C_OMAP Like OMAP1510/1610/1710/5912 and OMAP242x. For details see http://www.ti.com/omap. +config I2C_OWL + tristate "Actions Semiconductor Owl I2C Controller" + depends on ARCH_ACTIONS || COMPILE_TEST + help + Say Y here if you want to use the I2C bus controller on + the Actions Semiconductor Owl SoC's. + config I2C_PASEMI tristate "PA Semi SMBus interface" depends on PPC_PASEMI && PCI |