Commit cf9ae42c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Wolfram Sang
Browse files

i2c: exynos: describe drivers in KConfig



Describe better which driver applies to which SoC, to make configuring
kernel for Samsung SoC easier.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 511899ec
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -615,7 +615,10 @@ config I2C_EXYNOS5
	depends on ARCH_EXYNOS || COMPILE_TEST
	default y if ARCH_EXYNOS
	help
	  High-speed I2C controller on Exynos5 and newer Samsung SoCs.
	  High-speed I2C controller on Samsung Exynos5 and newer Samsung SoCs:
	  Exynos5250, Exynos5260, Exynos5410, Exynos542x, Exynos5800,
	  Exynos5433 and Exynos7.
	  Choose Y here only if you build for such Samsung SoC.

config I2C_GPIO
	tristate "GPIO-based bitbanging I2C"