Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
drivers/i2c/busses/Kconfig
··· 387 387 388 388 config I2C_CPM 389 389 tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)" 390 - depends on (CPM1 || CPM2) && OF_I2C 390 + depends on CPM1 || CPM2 391 391 help 392 392 This supports the use of the I2C interface on Freescale 393 393 processors with CPM1 or CPM2.