Skip to content

Commit

Permalink
i2c: Remove usage of orphaned symbol OF_I2C
Browse files Browse the repository at this point in the history
The symbol is an orphan, don't depend on it anymore.

Signed-off-by: Richard Weinberger <richard@nod.at>
[wsa: enhanced commit message]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Fixes: 687b81d (i2c: move OF helpers into the core)
Cc: stable@kernel.org
  • Loading branch information
Richard Weinberger authored and Wolfram Sang committed Mar 13, 2014
1 parent fa389e2 commit 62c19c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 62c19c9

Please sign in to comment.