diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-07-14 16:38:22 -0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 16:38:22 -0400 |
commit | 4d2bee582be1e9da76e0717bad0cfd988c2a5921 (patch) | |
tree | 6fa79e3bde3258f1c0fd4515cfba763decddf047 /drivers/i2c | |
parent | 20a9b6e7c303f2a6f9afe17c0997bc9a3c734442 (diff) |
i2c-bfin-twi: Update the dependencies
Since only a few Blackfins lack TWI, just list them in a depends
statement.
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c')
-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. |