From: Sam Protsenko Date: Sat, 4 Dec 2021 21:58:18 +0000 (+0200) Subject: i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in Kconfig X-Git-Tag: v5.17-rc1~81^2~19 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c4bcef90cc490685df116aede776e54ca567cef0;p=linux-block.git i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in Kconfig I2C controller chosen by I2C_EXYNOS5 config option is also suitable for Exynos850 and ExynosAutoV9 SoCs. State that specifically in I2C_EXYNOS5 symbol help section. Signed-off-by: Sam Protsenko Reviewed-by: Krzysztof Kozlowski Reviewed-by: Chanho Park Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2f0a440ec446..c3ac78a112ec 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -617,7 +617,7 @@ config I2C_EXYNOS5 help High-speed I2C controller on Samsung Exynos5 and newer Samsung SoCs: Exynos5250, Exynos5260, Exynos5410, Exynos542x, Exynos5800, - Exynos5433 and Exynos7. + Exynos5433, Exynos7, Exynos850 and ExynosAutoV9. Choose Y here only if you build for such Samsung SoC. config I2C_GPIO