]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: Replace I2C_CROS_EC_TUNNEL dependency
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 19 Aug 2015 11:19:57 +0000 (13:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 24 Aug 2015 12:17:53 +0000 (14:17 +0200)
The ChromeOS EC tunnel I2C bus driver depend on CROS_EC_PROTO but
MFD_CROS_EC select CROS_EC_PROTO instead. Mixing select and depends
on is bad practice as it may lead to circular Kconfig dependencies.

Since the platform device that is matched with the I2C bus driver
is registered by the ChromeOS EC mfd driver, I2C_CROS_EC_TUNNEL
really depends on MFD_CROS_EC. And because this config option
selects CROS_EC_PROTO, that dependency is met as well. So make the
driver to depend on MFD_CROS_EC instead of CROS_EC_PROTO.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig

index 48f4b796003c2049c8a1b4fa9617848e3b73b568..08b86178e8fba99679b5e61977338779204643b0 100644 (file)
@@ -1140,7 +1140,7 @@ config I2C_SIBYTE
 
 config I2C_CROS_EC_TUNNEL
        tristate "ChromeOS EC tunnel I2C bus"
-       depends on CROS_EC_PROTO
+       depends on MFD_CROS_EC
        help
          If you say yes here you get an I2C bus that will tunnel i2c commands
          through to the other side of the ChromeOS EC to the i2c bus