summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorMax Schwarz <max.schwarz@online.de>2014-11-24 01:32:27 +0100
committerWolfram Sang <wsa@the-dreams.de>2014-11-24 10:28:32 +0100
commit80f1774f967a16b1909628cd1ca3d5c30a32aac1 (patch)
tree6e85e9829ca32e8044df00486befb1594d57872d /drivers/i2c/busses/Kconfig
parent4f734a3a0434ef2bb668716ff28ba677fa0dc929 (diff)
downloadop-kernel-dev-80f1774f967a16b1909628cd1ca3d5c30a32aac1.zip
op-kernel-dev-80f1774f967a16b1909628cd1ca3d5c30a32aac1.tar.gz
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: Max Schwarz <max.schwarz@online.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index c074df7..39862fd 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -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.
OpenPOWER on IntegriCloud