]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Make I2C available on UML
authorPeter Huewe <peterhuewe@gmx.de>
Sun, 7 Oct 2012 22:26:14 +0000 (09:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 7 Oct 2012 22:26:14 +0000 (09:26 +1100)
commitd58ee594091e5537c6cf3200f8afaf5bae29bd89
treec54c0687cf031ed816e5935ac2a1b2a39a877977
parent0c3536a644e359bf86a9dadbae44a36d0d031e0f
i2c: Make I2C available on UML

Remove the global dependency of the I2C subsystem on HAS_IOMEM and
move the dependency to the i2c/busses submenu, with an exception for
i2c-stub.

The generic I2C part does not need to have HAS_IOMEM set and thus now
becomes available in UML, so the I2C subsystem can now be used, e.g.
by the i2c-stub driver, for development of I2C device drivers.

[JD: Some adjustments.]

[Heiko Carstens: Keep I2C disabled on S390.]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/Kconfig
drivers/i2c/busses/Kconfig