diff options
author | Linus Torvalds | 2014-03-13 21:25:40 -0700 |
---|---|---|
committer | Linus Torvalds | 2014-03-13 21:25:40 -0700 |
commit | c14c06b77d151352a4de73505e954b6df55fd23b (patch) | |
tree | a37a5f47e92b854251efc53b9dfcfe748e822d53 /drivers | |
parent | 53611c0ce9f6e2fa2e31f9ab4ad8c08c512085ba (diff) | |
parent | 62c19c9d29e65086e5ae76df371ed2e6b23f00cd (diff) |
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c Kconfig fix from Wolfram Sang.
* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: Remove usage of orphaned symbol OF_I2C
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f5ed03164d86..de17c5593d97 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -387,7 +387,7 @@ config I2C_CBUS_GPIO config I2C_CPM tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)" - depends on (CPM1 || CPM2) && OF_I2C + depends on CPM1 || CPM2 help This supports the use of the I2C interface on Freescale processors with CPM1 or CPM2. |