diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2015-02-19 17:02:59 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-02-19 17:02:59 +0100 |
commit | b4ad0510f5d9099487acf2c748b99081ab6ab869 (patch) | |
tree | 89f07271ccb36222bd464f20105d1271efd9d919 /drivers/i2c | |
parent | 8421d4fe8ec5360a8af0c29f3570feaf79e7f27a (diff) | |
download | op-kernel-dev-b4ad0510f5d9099487acf2c748b99081ab6ab869.zip op-kernel-dev-b4ad0510f5d9099487acf2c748b99081ab6ab869.tar.gz |
i2c: designware-baytrail: another fixup for proper Kconfig dependencies
IOSF_MBI is tristate. Baytrail driver isn't.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 3de426e..81a3ce9 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -477,7 +477,7 @@ config I2C_DESIGNWARE_PCI config I2C_DESIGNWARE_BAYTRAIL bool "Intel Baytrail I2C semaphore support" - depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI && ACPI + depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI=y && ACPI help This driver enables managed host access to the PMIC I2C bus on select Intel BayTrail platforms using the X-Powers AXP288 PMIC. It allows |