diff options
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 00b5921c4cf1..660a2f6d850d 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -444,6 +444,7 @@ config I2C_MPC config I2C_MXC tristate "MXC I2C support" depends on I2C && ARCH_MXC + depends on !I2C_IMX help If you say yes to this option, support will be included for Freescale MXC I2C modules. @@ -452,7 +453,7 @@ config I2C_MXC config I2C_MXC_HS tristate "MXC HIGH SPEED I2C support" - depends on I2C && ARCH_MXC + depends on I2C && ARCH_MXC && !I2C_IMX help If you say yes to this option, support will be included for Freescale MXC HIGH SPEED I2C modules. |