]> git.karo-electronics.de Git - linux-beck.git/commitdiff
i2c: exynos5: always enable HSI2C
authorSachin Kamat <sachin.kamat@samsung.com>
Wed, 25 Jun 2014 10:02:03 +0000 (15:32 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 4 Aug 2014 21:19:15 +0000 (23:19 +0200)
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>
drivers/i2c/busses/Kconfig

index acefafdc642199c31efc13768fa9756706adf25b..2ac87fa3058d5ec95cacb8e22c9a75bf5a9d8ee1 100644 (file)
@@ -466,9 +466,9 @@ config I2C_EG20T
 config I2C_EXYNOS5
        tristate "Exynos5 high-speed I2C driver"
        depends on ARCH_EXYNOS5 && OF
+       default y
        help
-         Say Y here to include support for high-speed I2C controller in the
-         Exynos5 based Samsung SoCs.
+         High-speed I2C controller on Exynos5 based Samsung SoCs.
 
 config I2C_GPIO
        tristate "GPIO-based bitbanging I2C"