diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-12-30 12:31:19 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-01-13 16:37:40 +0400 |
commit | 7ae532e9976e41364bbfa7aaf455c9f1fc5f25e7 (patch) | |
tree | 153b6fea167da017c5bd6e750333e88103db1571 /drivers/i2c/busses/Kconfig | |
parent | ce5a111a1b59eeaef4f680efc78232c2cd2f70b7 (diff) | |
download | linux-7ae532e9976e41364bbfa7aaf455c9f1fc5f25e7.tar.xz |
i2c: designware: remove HAVE_CLK build dependecy
Since 93abe8e4 (clk: add non CONFIG_HAVE_CLK routines) code using clk.h
like this platform driver need not depend on HAVE_CLK. Also, remove a
redundant clk.h include from core driver.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 5687b5c7f9b0..98a3f1ffc3b7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -412,7 +412,6 @@ config I2C_DESIGNWARE_CORE config I2C_DESIGNWARE_PLATFORM tristate "Synopsys DesignWare Platform" - depends on HAVE_CLK select I2C_DESIGNWARE_CORE help If you say yes to this option, support will be included for the |