summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2014-09-16 15:03:17 +0530
committerWolfram Sang <wsa@the-dreams.de>2014-10-03 03:35:49 +0200
commit2374a5399b7263eb1afc6b5522a56ebf9f0b8636 (patch)
treebd920d59a3d9cc198c52311058d6a004e4f91f64 /drivers/i2c/busses/Kconfig
parent030f940a535433605e6b4ee43f36189e5cace022 (diff)
downloadop-kernel-dev-2374a5399b7263eb1afc6b5522a56ebf9f0b8636.zip
op-kernel-dev-2374a5399b7263eb1afc6b5522a56ebf9f0b8636.tar.gz
i2c: exynos: add support for HSI2C module on Exynos7
The HSI2C module on Exynos7 differs in the transfer status bits. Transfer status bits were moved to INT_ENABLE and INT_STATUS registers This patch adds support for the HSI2C module on Exynos7. 1. Implementes a "hw" field in the variant struct to distinguish the hardware. 2. Updates the dt-new compatible in dt-binding documenation Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 2ac87fa..1f3b9cb 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -465,7 +465,7 @@ config I2C_EG20T
config I2C_EXYNOS5
tristate "Exynos5 high-speed I2C driver"
- depends on ARCH_EXYNOS5 && OF
+ depends on ARCH_EXYNOS && OF
default y
help
High-speed I2C controller on Exynos5 based Samsung SoCs.
OpenPOWER on IntegriCloud