From: Peter Huewe Date: Fri, 5 Oct 2012 20:23:52 +0000 (+0200) Subject: i2c: Make I2C available on UML X-Git-Tag: v3.7-rc1~92^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddb59d4bcaeca8109ac5eb8ad17368e940ac05e;p=pandora-kernel.git 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 Signed-off-by: Jean Delvare --- Reading git-diff-tree failed