aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-04-06 20:57:47 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-04-06 21:03:07 +0200
commit1fbeab0b8fd5e655ffef8a793b869eb7dffe0337 (patch)
treed2ca15f796a033cb14fd0d58d47e0ebb44063d55 /drivers/i2c
parenti2c: Add driver for Cadence I2C controller (diff)
downloadlinux-dev-1fbeab0b8fd5e655ffef8a793b869eb7dffe0337.tar.xz
linux-dev-1fbeab0b8fd5e655ffef8a793b869eb7dffe0337.zip
i2c: cadence: fix Kconfig dependency
During development, the driver first really needed to depend on COMMON_CLK only. Later, it was switched to writel_relaxed, but it was forgotten to update the dependencies, so build errors occured: config: make ARCH=i386 allyesconfig All error/warnings: drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_clear_bus_hold': >> drivers/i2c/busses/i2c-cadence.c:168:3: error: implicit declaration >> of function 'writel_relaxed' [-Werror=implicit-function-declaration] Use a very safe dependency for now. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-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 93165ff453ab..3d3b9b3577c5 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -378,7 +378,7 @@ config I2C_BLACKFIN_TWI_CLK_KHZ
config I2C_CADENCE
tristate "Cadence I2C Controller"
- depends on COMMON_CLK
+ depends on ARCH_ZYNQ
help
Say yes here to select Cadence I2C Host Controller. This controller is
e.g. used by Xilinx Zynq.