diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-10-23 19:51:59 +0900 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-10-23 21:55:45 +0200 |
commit | dd6fd4a3279310bac214867e31848f47e13caa6f (patch) | |
tree | 9401cce7a8d2fe547d63d3e55db6c88369fed2ae /drivers/i2c/busses/Kconfig | |
parent | 3eddad96c4395280d5f6f13c958b276c11d3f575 (diff) | |
download | op-kernel-dev-dd6fd4a3279310bac214867e31848f47e13caa6f.zip op-kernel-dev-dd6fd4a3279310bac214867e31848f47e13caa6f.tar.gz |
i2c: uniphier: add UniPhier FIFO-less I2C driver
Add support for on-chip I2C controller used on old UniPhier SoCs
such as PH1-LD4, PH1-sLD8, etc. This adapter is so simple that
it has no FIFO in it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 14147ec..6a40e16 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -902,6 +902,14 @@ config I2C_TEGRA If you say yes to this option, support will be included for the I2C controller embedded in NVIDIA Tegra SOCs +config I2C_UNIPHIER + tristate "UniPhier FIFO-less I2C controller" + depends on ARCH_UNIPHIER + help + If you say yes to this option, support will be included for + the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8, + or older UniPhier SoCs. + config I2C_VERSATILE tristate "ARM Versatile/Realview I2C bus support" depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS |