diff options
-rw-r--r-- | drivers/i2c/busses/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b7cce9211838..37f5b84e0e9c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -101,10 +101,9 @@ config I2C_AU1550 | |||
101 | config I2C_BLACKFIN_TWI | 101 | config I2C_BLACKFIN_TWI |
102 | tristate "Blackfin TWI I2C support" | 102 | tristate "Blackfin TWI I2C support" |
103 | depends on BLACKFIN | 103 | depends on BLACKFIN |
104 | depends on !BF561 && !BF531 && !BF532 && !BF533 | ||
104 | help | 105 | help |
105 | This is the TWI I2C device driver for Blackfin BF522, BF525, | 106 | This is the I2C bus driver for Blackfin on-chip TWI interface. |
106 | BF527, BF534, BF536, BF537 and BF54x. For other Blackfin processors, | ||
107 | please don't use this driver. | ||
108 | 107 | ||
109 | This driver can also be built as a module. If so, the module | 108 | This driver can also be built as a module. If so, the module |
110 | will be called i2c-bfin-twi. | 109 | will be called i2c-bfin-twi. |