Wolfram Sang 1fbeab0b8f 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>
2014-04-06 21:03:07 +02:00
..
2014-03-27 18:53:16 +01:00
2011-01-04 00:53:37 +00:00
2013-08-19 19:46:30 +02:00
2014-01-16 11:15:50 +01:00
2013-08-23 10:22:20 +02:00
2014-01-02 15:56:52 +01:00
2013-08-19 19:46:30 +02:00
2014-04-06 21:03:07 +02:00