aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@samsung.com>2014-06-25 06:02:03 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-08-04 17:19:15 -0400
commit741d3589e2213be4343529f57904521c6b846b10 (patch)
tree472d656a1e3e9a7ce656d3f69c48809286bc2c60
parent0409516a2d29fcaca53ed4c90c22f11af9600199 (diff)
i2c: exynos5: always enable HSI2C
All Exynos5 platforms have HSI2C controllers and are needed by various IPs connected to the boards based on these SoCs. Thus select this by default for Exynos5 platforms. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Reviewed-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--drivers/i2c/busses/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index acefafdc6421..2ac87fa3058d 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -466,9 +466,9 @@ config I2C_EG20T
466config I2C_EXYNOS5 466config I2C_EXYNOS5
467 tristate "Exynos5 high-speed I2C driver" 467 tristate "Exynos5 high-speed I2C driver"
468 depends on ARCH_EXYNOS5 && OF 468 depends on ARCH_EXYNOS5 && OF
469 default y
469 help 470 help
470 Say Y here to include support for high-speed I2C controller in the 471 High-speed I2C controller on Exynos5 based Samsung SoCs.
471 Exynos5 based Samsung SoCs.
472 472
473config I2C_GPIO 473config I2C_GPIO
474 tristate "GPIO-based bitbanging I2C" 474 tristate "GPIO-based bitbanging I2C"