Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80f1774f authored by Max Schwarz's avatar Max Schwarz Committed by Wolfram Sang
Browse files

i2c: rk3x: add Kconfig dependency on COMMON_CLK



Now that we are using the clk notifier framework we get compile errors
without COMMON_CLK. But the driver fails to probe without COMMON_CLK
anyways, so just add that as a Kconfig dependency.

Signed-off-by: default avatarMax Schwarz <max.schwarz@online.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 4f734a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -720,7 +720,7 @@ config I2C_RIIC

config I2C_RK3X
	tristate "Rockchip RK3xxx I2C adapter"
	depends on OF
	depends on OF && COMMON_CLK
	help
	  Say Y here to include support for the I2C adapter in Rockchip RK3xxx
	  SoCs.