diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2013-10-16 01:30:42 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-11-01 09:10:01 -0400 |
commit | 8a73cd4cfa159918da405d9645deca842590e2fe (patch) | |
tree | aa16ca938392e4247875b7080797930ec2f17659 /drivers/i2c/busses/Kconfig | |
parent | 043a3f113ce41e3e6fdbb49551df75e82e8c4ae7 (diff) |
i2c: exynos5: add High Speed I2C controller driver
Adds support for High Speed I2C driver found in Exynos5 and
later SoCs from Samsung.
Driver only supports Device Tree method.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Taekgyun Ko <taeggyun.ko@samsung.com>
Reviewed-by: Simon Glass <sjg@google.com>
Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Signed-off-by: Andrew Bresticker <abrestic@google.com>
[wsa: rebased to v3.12-rc4 (no of_i2c.h anymore)]
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 7c4bb071c123..80e55305656f 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -436,6 +436,13 @@ config I2C_EG20T | |||
436 | ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. | 436 | ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. |
437 | ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. | 437 | ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. |
438 | 438 | ||
439 | config I2C_EXYNOS5 | ||
440 | tristate "Exynos5 high-speed I2C driver" | ||
441 | depends on ARCH_EXYNOS5 && OF | ||
442 | help | ||
443 | Say Y here to include support for high-speed I2C controller in the | ||
444 | Exynos5 based Samsung SoCs. | ||
445 | |||
439 | config I2C_GPIO | 446 | config I2C_GPIO |
440 | tristate "GPIO-based bitbanging I2C" | 447 | tristate "GPIO-based bitbanging I2C" |
441 | depends on GPIOLIB | 448 | depends on GPIOLIB |